You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works, but may be too slow at times. Sometimes it takes 30 seconds to jump into correct header. Is anything being done about IntelliSense performance?
@ghuser404 Yeah, I saw some slowness when navigating through multiple headers.
My initial investigation showed that the main processing thread was getting stuck by a documentHighlight request when the cursor moved to the #include line before the Go to Def was done (this request is normally fast, but would be slow the 1st time the file is opened). So skipping that might fix this (it's possible there are more issues too though).
Colengms
changed the title
IntelliSense documentHighlight request is incorrectly run when the cursor goes to a #include
Some IntelliSense operations cause cpptools to stall until a TU update is complete
Apr 15, 2021
This works, but may be too slow at times. Sometimes it takes 30 seconds to jump into correct header. Is anything being done about IntelliSense performance?
Originally posted by @ghuser404 in #2564 (comment)
The text was updated successfully, but these errors were encountered: