mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
vue.js: completion for binding attributes (v-bind, :)
- suggest bindings for default html attributes - suggest bindings for vue component properties - resolve was implemented earlier the problem described in WEB-29659 Vue.js plugin does not support "props" in custom components
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ public class HtmlNSDescriptorImpl implements XmlNSDescriptor, DumbAware, XmlNSTy
|
||||
}
|
||||
|
||||
@Nullable
|
||||
private static XmlElementDescriptor guessTagForCommonAttributes(@Nullable final XmlTag context) {
|
||||
public static XmlElementDescriptor guessTagForCommonAttributes(@Nullable final XmlTag context) {
|
||||
if (context == null) return null;
|
||||
final XmlNSDescriptor nsDescriptor = context.getNSDescriptor(context.getNamespace(), false);
|
||||
if (nsDescriptor instanceof HtmlNSDescriptorImpl) {
|
||||
|
||||
Reference in New Issue
Block a user