-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
vs intellisense is very slow #156472
Comments
Hiya, I can also confirm that in the past couple of days VSCode Intellisense has become very slow for me. Using: VSCode v1.69.2 I've reduced active plugins to none, and to a minimal set of those in my every day workflow with the same results. If you write... const date = new Date(); ... for example, it takes a while to work out 'date' is a Date. It's also catching up with what you type. In the above example, it displayed a red ~~ under "Da" reading, "Cannot find name 'Da'", in the above code for about 10 seconds after the line was complete, and the file saved. Cheers |
I have the same problem, it's delayed seconds before show the hint. |
Could be something to do with file reads/writes, I've just been left hanging on both creating a folder, and a file. Cancelled after a while for both respectively, and they actually showed up in the sidebar. Tried quiting, and it warned me file operations were still underway. |
a little update on my problem |
Duplicate of Automattic/mongoose#10349 |
hi i am using vs code with java script and every time i try to write something i don't get an code suggestion until a 20 second pass after i stop write ,
i tried to disapple all my extinsion but it didn't do any thing then i tried to reduce the delay in the settings from 10 to 5 which didn't work then i try to reduce it to 1 but also didn't work ,
i hope u fix this proplem as soon as possible and thanks for readding
The text was updated successfully, but these errors were encountered: