Visual Studio Code Intellisense is very slow - Is there anything I can do?

前端 未结 7 1620
逝去的感伤
逝去的感伤 2021-01-30 19:28

Edit: Pylance seems to be much better at this and has so far resolved all problems with the previous Python language server from Microsoft.

I\'m using VS Code an

7条回答
  •  南笙
    南笙 (楼主)
    2021-01-30 19:53

    It turned out it was a particular VS Code extension for me.
    Angular Language Service. Disabling this made it lightning quick.

    Try this to see if it is a particular extension.

    • Open Command Palette (Ctrl+Shift+P)
    • Type in "Disable all installed extensions"
    • Enable them one by one or in groups and test the intellisense speed

提交回复
热议问题