-
Notifications
You must be signed in to change notification settings - Fork 30k
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 disabled by default in new release. #71778
Comments
I am facing similar issues after the update, for me even go to definition isn't working. I tried updating my settings as you suggested, still not working. :( |
The setting doesn't work for me anymore, so I edited it... The same goes for 'go to definition', when I hover on the variable, I can see the |
CPU spiking to 100% |
I can see the |
Same CPU heavy load and IntelliSense not working on Linux. |
The CPU spikes go up when the files validate the syntax. Example: I ll not close a bracket, and the line is underlined in red as it should, but when I close it, it takes up to 30-60 seconds to remove the syntax error and the CPU load goes up. |
I am having the same Issue on windows 10 after I updated VS code. I get loading text when I hit control + space and the suggestions come after a minute or so. |
same problem here. changed
to manual, and downgraded to 1.32.3. |
Same for me. Here is the 1.32.3 installer: https://code.visualstudio.com/updates/v1_32 |
Duplicate of #71751 See #71751 (comment) for possible workarounds If that doesn't solve the issue for you, please open a new issue |
Steps to Reproduce:
Today when I installed the new version of vscode and restarted, I found out that the quick suggestion doesn't work anymore. So I tried restarting vscode and my computer, neither of these attempts worked.
I don't know if others run into the same problem, but I guess this behavior is disabled by default in the new release ? If so, I think it's really upset when you open your code, and find out what used to work doesn't work anymore.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: