Closed
Description
- I searched through existing issues and FAQ https://github.com/vuejs/vetur/wiki/FAQ
- I have looked through docs at https://vuejs.github.io/vetur/
Info
- Platform: Win
- Vetur version: 0.9.7
- VSCode version: 1.16.1 (both 32/64 bit versions)
Problem
Emmet is taking an incredibly long time to recognize html abbreviations in .vue files. The issue is not so bad when there is only a <template>
in the file, but when <script>
and <style>
are present it's practically unusable.
With Emmet CSS abbrs, there's only a slight inconsiderable delay.
I've reinstalled vetur, disabled all other extensions, and also reinstalled VS Code (to test differences between 32/64 bit versions).