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

前端 未结 7 1614
逝去的感伤
逝去的感伤 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:55

    Maybe it's Jedi. I mean its awesome but ... Tinkering with Jedi myself on bigger code bases I can confirm that it might be uber slow at times and pretty hard to figure out what the problems are... :/

    Solution might be to switch to another language server! The VSCode Python extension has a "Language Server"-setting:

    aka python.languageServer.

    Pylance is MS own new language server. I just tried it and it all seems a little snappier. As of today this is tagged as Preview. So there might be improvements around the corner.

提交回复
热议问题