-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emmet HTML slow to recognize #436
Comments
Do you have a repro case? If not does this happen to Veturpack or any vue-cli templates? |
This project was created with vue-cli's However, I noticed that if I open a new VS Code window that's not tied to any folder, and open a .vue file directly, it is much faster. |
You probably need to provide a reproduction project for this issue. I cannot reproduce it on webpack-simple. |
I guess this is caused by resolving component options in completion method. |
After restarting the laptop today, I got a new error about the 'js-beautify' module not being found. Reinstalling veture again then fixed that problem and the speed problems went away. I'm not sure what exactly changed from yesterday, other than the restart which would imply the issue was local to my machine's state prior. Will close this issue and sorry for any time wasted. Thanks for this awesome extension! |
Yeah, that's in the FAQ. Sometimes VSCode messes up |
with me its works unistall and disable vetur and use vue - official (volax). Vetur is useless today |
Info
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).
Reproducible Case
The text was updated successfully, but these errors were encountered: