vue-syntax-highlight
vue-syntax-highlight copied to clipboard
No autocompletion in Vue specific attributes
trafficstars
I thought autocompletion was broken because of template tags, after some research, it seems it's only broken for Vue specific attributes:
Other attributes work fine:

This is a little strange but it might be a bug with sublime itself, or how we're using sublime's embedded languages (essentially JavaScript language is embedded in the attribute)

If I add a space, the autocomplete works fine.
cc @Thom1729 if you have some time anytime soon, could you look into this and let me know if this is the expected behaviour?