Skip to content
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

Closed
khaled-al-hamwie-99 opened this issue Jul 27, 2022 · 5 comments
Closed

vs intellisense is very slow #156472

khaled-al-hamwie-99 opened this issue Jul 27, 2022 · 5 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@khaled-al-hamwie-99
Copy link

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

@karrtikr karrtikr transferred this issue from microsoft/vscode-python Jul 27, 2022
@thepolarchimps
Copy link

thepolarchimps commented Jul 29, 2022

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
Typescript
Darwin arm64 21.5.0

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

@buixuandinh711
Copy link

I have the same problem, it's delayed seconds before show the hint.
This issue happens both with Javascript and Typescript.
VSCode v1.69.2
Ubuntu 20.04

@thepolarchimps
Copy link

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.

@khaled-al-hamwie-99
Copy link
Author

a little update on my problem
I figure out it was the mongoose module how is causing the problem (Aka the slow intellisense ) and I found out by commenting the request of the mongoose module the intellisense
I still don't know why that speed up the Intellisense if u had an explanation please write it and I will be grateful
and in the end thank for reading

@mjbvz
Copy link
Collaborator

mjbvz commented Aug 10, 2022

Duplicate of Automattic/mongoose#10349

@mjbvz mjbvz marked this as a duplicate of Automattic/mongoose#10349 Aug 10, 2022
@mjbvz mjbvz closed this as completed Aug 10, 2022
@mjbvz mjbvz added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 10, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

6 participants