-
-
Notifications
You must be signed in to change notification settings - Fork 413
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 is painfully slow #5063
Labels
Comments
Is it a new project without any dependencies? |
Ah sorry, I thought I included my packages. No, it's not fresh. It's a Nuxt project:
|
Could you install a VSCode extension called Volar Labs to check the memory usage?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vue - Official extension or vue-tsc version
v2.1.10
VSCode version
1.96
Vue version
3.5.13
TypeScript version
5.7.2
System Info
package.json dependencies
No response
Steps to reproduce
Intellisense is slow both in template and in script parts of Vue files. I've had a look at the output, and it seems a bunch of the requests are taking a long (multiple seconds) time.
The only thing I'm doing in this test is writing
<div
, expecting the tag to be closed automatically, and waiting. I see similar results, of requests taking a long time when editing the script part, or anything else essentially.What is expected?
Intellisense is completing within a reasonable time (100ms?), both when editing template and script
What is actually happening?
Intellisense is extremely slow, often taking 10s of seconds before completions are available
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: