TheRealSyler / vscode-sass-indented

Sass indented syntax support for VSCode
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented
Other
44 stars 8 forks source link

(Improvement) Support autocomplete in Vue template files #4

Closed qru23 closed 5 years ago

qru23 commented 5 years ago

Vue template files currently don't care about autocomplete for Sass. Syntax highlighting works properly inside Vue sass style tags, but autocomplete does not.

TheRealSyler commented 5 years ago

i will look into it, once im finished with version 1.6, meaning in a 1 or 2 weeks.

TheRealSyler commented 5 years ago

@Crucial288 i have added autocomplete in the latest version, since i will update the extension today, you should be able to use autocompletion inside vue, later today, im not that familiar with vue but i think it should work, if it doesn't let me know.

TheRealSyler commented 5 years ago

bb952ab

qru23 commented 5 years ago

Just wanted to confirm I checked this morning and the autocomplete now works as expected!