-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Typescript and vue intellisense not working #3936
Comments
Yes, me too, upgraded Vue - Official v2.0.2, typescript doesn’t work anymore |
That worked for me. |
I reloaded my window a bajillion times and removed the volar stuff. I don't have that plugin you are referring to either. |
Same here. Typescript no longer works and my vscode can't find any definition types for my components |
Its resolved for me. |
I tried many ways mentioned above but it dosn't work |
Well, code - insiders version is working for now, might be a workaround before we got fix |
See #3942 |
I am still facing extremely slow intellisence with my vue typescript project. what is the recommended solution? |
Same problem for me. Since I ununstalled Volar and use Vue Official, I lost the autocomplete on components, interfaces, etc. |
Not sure if it's related but I got the message |
In my case, after turning TS / Vue extensions on / off, it said that hybrid mode was disabled because of a conflicting extension (Vue Inline Template). This was what was preventing the Vue extension from working properly. So, check to see that you have no other Vue extensions running. |
installed |
I had some weird issue, I had only Vue Official extension installed, nothing was working, then I installed Volar with CTRL + P:
Then all autocomplete started to work again, so I uninstalled Volar and it was still working. Not sure, but maybe you'll have to install the deprecated Volar extension first, then migrate to Vue Official. There's also this option of some kind of "hybrid" mode on Vue Official extension that a popup suggested me to keep when I had both extensions installed: "vue.server.hybridMode": "auto" |
I got this same error and the “temporary” solution was to downgrade the version of Note: my project uses Vue 2 [ |
I'm using @vue/language-server in Helix, and I have a similar problem, template and emmet autocompletion work fine, but I won't get completion or warning in typescript code |
Hi - Since I started using this instead of Volar, my typescript and vue intellisense stopped working.
Also, all my vue files result in error, when they are squeaky clean.
Any suggestion? I use Vite boilerplate.
The text was updated successfully, but these errors were encountered: