language-tools: Emmet doesn't work properly
In raw html files typing abbreviations invokes emmet suggestions and live-preview:
In <template>
section of Vue file there is not emmet suggestions nor live-preview:
I believe such “non-full” support of emmet is the cause of emmet not working properly together with VSCodeVim extension. Whenever an abbreviation is expanded, VSCodeVim goes into “Normal” mode => the following typing doesn’t work as expected
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 15 (6 by maintainers)
Solution
emmet.includeLanguages
vue:html
official examplevue-html:html
didn’t work, don’t knwon why.OR