-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
No hover popups and suggestions are broken #3923
Comments
I haven't been able to reproduce the issue yet, but just in case, check if you have disabled the "TypeScript Vue Plugin (Volar)", which may cause conflicts with 2.0. |
@johnsoncodehk That's the first thing I did during updating, I only have the new Vue - Official extension updated to the latest 2.0.2 version right now. What's interesting though, is that among those errors at the end of the file I can see actual errors from my code and if I fix all of them the red squiggly line may disappear (but if the template has at least 1 expression it'll be still there - Here's the output I can see right after reloading the window:
|
See #3942 |
I've tested the new version on a project with ~5000 files written in plain Composition API (without <script setup>) and it seems like neither suggestions nor hover type popups work in my case.
Hover (props are typed and it had worked before):
Autocompletion works the same way both in template and script showing me some internal stuff and nothing related to an actual type:
Worth mentioning that this can only be reproduced in *.vue files, .*ts files are fine.
The text was updated successfully, but these errors were encountered: