-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
intellisense become very slow using 1.24.1 #51819
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I have downgraded to 1.23.1, and the fast intelliSense comes back again :) Even though I have totally uninstall all extensions and reinstalled 1.24.1, the intelliSense still very slow (some time doesn't work). It seems only 1.23.1 (or earlier version) works on my Mac. |
|
I want to add a +1 to this. in 1.24.1, my Intellisense in JavaScript dies every ~30 seconds or so. Running EDIT: Hmm I would like to change my input to "tentative" as I am still encountering some issues on 1.23.1, so perhaps it is just the project I am working on. |
@mjbvz I am working on a React and NodeJS project, it's a large project that contains over 200 source files (NodeJS and React with ES6 and jsx support) and more than 80 dependencies. When I type codes like I tried to reproduce on some large React/NodeJS open source projects, but the results are not stable. I noticed that the "Code Helper" process will occupy a high CPU (almost 100%) when intellisense doesn't work |
Same problem here. Emmet, prettier not working & very high CPU using even after close VS Code it still uses high CPU. It stops after end process from task manager in windows 10. |
This may have something to do with VS Code type checking stuff that was previously opened and now closed. Before this version, Code would stop checking files that have been closed. Now it keeps the problems report around even if you didn't want to. On top of this, the exclude glob doesn't seem to be working. |
I have got the reason. This is because of "Auto Rename Tag" extension. After disabling it, now I don't see that problem. |
I have this problem too on both Windows and Mac, but only when working with JS/TS projects. My netcore projects seem to work fine. I'd be happy to contribute any debugging data to help debug. |
@yibn2008 Are you seeing this in VS Code insiders with all extensions disabled? Do you have an small example project that you can share |
I believe I've found the offending extension: https://marketplace.visualstudio.com/items?itemName=rbbit.typescript-hero Uninstalling this one fixed it for me (I think). |
I fixed the performance issue by uninstalling Part of mentioned package is |
Closing as we have not heard back from original issue opener on if this reproduces in VS Code insiders with all extensions disabled |
我有个想法:vscode 可以根据不同的项目选择加载不同的插件; go项目加载go相关的插件,web项目加载web相关的插件。 你们觉得怎么样? |
Issue Type: Performance Issue
When I upgrade to v1.24.1, intellisense become very slow and code syntax highlights are also slow than previous version
VS Code version: Code 1.24.1 (24f6262, 2018-06-13T17:41:50.128Z)
OS version: Darwin x64 17.4.0
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
vpx_decode: enabled
webgl: enabled
webgl2: enabled
Process Info
Workspace Info
Extensions (4)
The text was updated successfully, but these errors were encountered: