Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code 1.32 - it hangs on intelisense

I am using Visual Studio Code with version 1.32.2 but on earlier versions I saw this issue too and I have MacBook Pro 2018 2.6GHz . Sometimes when I'm writing code I'm switching between files with shortcut CMD + P and I found big issue that I need to wait 15-20 minutes or just restart Visual Studio Code. When I want to check intellisense I'm getting message

Loading...

And at the top of file I see spinner for loading my intellisense. It's really annoying because I need to write everything from hand. Someone saw that issue too ?

I have tried to reinstall VSCode and Mojave and nothing worked for me.

enter image description here

EDIT

When i press TAB i cannot switch by default but at the bottom of VSCode I saw message and spinner

Activating Extenstions...

like image 213
Freestyle09 Avatar asked Mar 14 '19 11:03

Freestyle09


People also ask

How do I fix VS Code IntelliSense?

Troubleshooting# If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve the issue. If you are still missing IntelliSense features after installing a language extension, open an issue in the repository of the language extension.

How do I restart VS Code IntelliSense?

Starting in version 0.12. 3 of the extension, there is a command to reset your IntelliSense database. Open the Command Palette (Ctrl+Shift+P) and choose the C/C++: Reset IntelliSense Database command.

Why is my VS Code so laggy?

Check your CPU Consumption The VS Code wiki recommends checking your CPU consumption to see if a process called "extensionHost" is taking up a lot of processing power. If this is the case, it is likely that an extension is causing your problem.

Why does VS Code keep freezing?

If while opening a large file, VSCode freezes and then crashes, you need to delete some files. So, open Run, paste “%AppData%” and click Ok. Now, open Code > Backup and then delete the only folder that is inside that directory. Finally, restart VSCode and see if the issue persists.


2 Answers

Some of this extensions did that loading problem, I solved issue by uninstalling those extensions:

debugger-for-chrome
html-css-class-completion
like image 166
Freestyle09 Avatar answered Oct 30 '22 23:10

Freestyle09


Uninstalling "debugger-for-chrome" extension works for me.

like image 33
Ellix4u Avatar answered Oct 30 '22 23:10

Ellix4u