-
-
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
Intellisense in latest Vetur is painfully slow #2163
Comments
Can you profile it? |
Having similar issue but with TypeScript intellisense of instance properties in <script> or <template> tags. What I did to reproduce:
The CPU profile itself (zipped): covid-19-ctrl-space-in-template.zip Vetur 26.1, vscode 1.48.0-insider I mainly experience it at work in a vue-property-decorator TS project but I don't wanna share the profile from there |
Actually , most language feature of vetur come from |
The difference between editing a |
From @3nuc's profile, seems @kjeksfjes If you don't provide a profile, there's nothing I can do. Your issue is likely unrelated to @3nuc's. |
|
one more, i already found one incremental vue parser generate by |
Also met the same issue, it seems that it also slows the emmet suggestion. |
Same issue here. |
I had the same issue, I'm using this boilerplate for my project with compositon api https://github.com/sapphi-red/vite-boilerplate-plus. on my other project I use vue class component and not experiencing any issue |
Info
Problem
Intellisense, e.g. when typing
import whatever from './'
i takes around 10 seconds for suggestion to pop up.I've tried downgrading VS Code to no avail. The only thing that seems to work is downgrading Vetur to 0.25.0.
Reproducible Case
import whatever from './'
.The text was updated successfully, but these errors were encountered: