Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Netbeans 8.x intellisense doesn't identify VueJS tags. Is there any Plugin available for VueJs syntax highlighting or autofill support in Netbeans 8.x? If not, are there any work arounds?

question from:https://stackoverflow.com/questions/41383621/is-there-any-plugin-available-for-vuejs-in-netbeans-8-2

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.3k views
Welcome To Ask or Share your Answers For Others

1 Answer

.vue file is a kind of html file, you can add syntax highlighting in Netbeans :

  • Tools > Options > Miscellaneous > Files
  • Add a new file extension :

    • File Extension : vue
    • Associated File Type (MIME) : HTML Files (text/html)

Not perfect but it seems there is no plugin for this actually.

EDIT : Visual Studio Code has nice features for vuejs


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...