-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
vue language tools not working / bad performance #3801
Comments
I have the same problem as you. And my intellisense have slowed down. |
Identical setup as OP. Intellisense is very slow and code actions have to be disabled to get a sane file saving time. |
any feedback? |
Experiencing the same in larger components. |
The same issue too. I am using Vue.volar & Vue.vscode-typescript-vue-plugin & takeover mode, It is so slow in both |
Intelisense is a multi-second operation now, it's cripplingly bad. |
Is anyone looking into this? Vue could have the best feature set and this would still be a deal-breaker for any serious project in 2024. |
Thanks for your report, the performance issues caused by |
For me it didn't get resolved... I quickly uninstalled volar, reinstalled the vue - official extensions, restarted and tried a couple of other things but still, the behaviour is the same. |
Summary
The volar extension is not usable because code hints don't load.
I have a small nuxt project (4 components, 2 pages) with the following dev dependencies in package.json
Whenever I hover over a component, the code hint stays in the state
Loading...
and never actually finishes loading. The CPU process for the volar extension goes up to >85%. Same result when I start writing a component and pressCMD + space
, it stays in the Loading state.Also VSCode's status bar keeps indicating
Initializing JS/TS language features
System setup
Apple M2
Visual Studio Code 1.85
TypeScript Vue Plugin (Volar) v1.8.25
Vue Language Features (Volar) v1.8.25
for profiling I pulled the current master of https://github.com/vuejs/language-tools at b8627e7
CPU-20231213T170606.cpuprofile.zip
when I open
output
in the vscode window and go tovue semantic server
I get the following outputvueSemanticServer.txt
Additional info
When I installed the volar language extension in Sublime, also there it doesn't work. Node process goes up in CPU usage and then continously crashes.
The text was updated successfully, but these errors were encountered: