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?
.vue
file is a kind of html file, you can add syntax highlighting in Netbeans :
Add a new file extension :
Not perfect but it seems there is no plugin for this actually.
EDIT : Visual Studio Code has nice features for vuejs