VSCode practically unusable with slow intellisense without using extensions

久未见 提交于 2021-02-11 17:15:38

问题


VSCode on my Macbook Pro is practically unusable due to the intellisense being ungodly slow. This includes:

  • hovering to find typescript types, inferred and explicit types
  • autocomplete variables/functions/etc
  • autocomplete for using shortcuts
  • error lines shown in editor

For example, I will have an error show. Something like "variable not defined" or something simple. But then when I go to rewrite the code, it takes forever for VSCode to catch up. Sometimes I have to let it sit 40-50seconds before it catches up with my changes. Hovering over typescript types is practically impossible at times and utterly useless. Below is a screenshot of the "lag" - changes were made, but it stuck like this for 30+ seconds:

  • It may be the specific project, because I can't recreate it for smaller projects. However, its only a 200k line project.
  • No specific extensions are slowing down VScode
  • I tried downgrading VsCode with no help

VSCODE VERSION: 1.47.3

来源:https://stackoverflow.com/questions/63363846/vscode-practically-unusable-with-slow-intellisense-without-using-extensions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!