vue-syntax-highlight icon indicating copy to clipboard operation
vue-syntax-highlight copied to clipboard

No autocompletion in Vue specific attributes

Open thgh opened this issue 7 years ago • 1 comments
trafficstars

I thought autocompletion was broken because of template tags, after some research, it seems it's only broken for Vue specific attributes:

screen shot 2018-09-30 at 20 42 25

Other attributes work fine: screen shot 2018-09-30 at 20 45 43

thgh avatar Sep 30 '18 18:09 thgh

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)

image

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?

skyronic avatar Nov 01 '18 22:11 skyronic