-
-
Notifications
You must be signed in to change notification settings - Fork 597
Closed
Labels
Milestone
Description
Info
-
Platform: macOs
-
Vetur version: 0.12.5
-
VS Code version: 1.25.1
-
Vue server console: only "Vetur initialized"
Problem
In the scss part of a vue file, the intelisense doesn't contains emmet abbrevation at the top.
So, on tab, it's an other suggestion that used for completion.
If i close intelisense with ESC, and hit tab, the emmet abbreviation is expanded.
If i remove the lang="scss" attribute, it works as expected
Emmet works well in scss file, and in html part of vue file
Reproducible Case
- Add a scss style block in a vue component. (i tried in veturpack, and same result)
Thank you in advance