Skip to content
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

Some IntelliSense operations cause cpptools to stall until a TU update is complete #5382

Closed
sean-mcmanus opened this issue Apr 30, 2020 · 2 comments

Comments

@sean-mcmanus
Copy link
Contributor

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)

@sean-mcmanus
Copy link
Contributor Author

sean-mcmanus commented Apr 30, 2020

@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).

@bobbrow bobbrow added this to the On Deck milestone May 14, 2020
@bobbrow bobbrow modified the milestones: On Deck, Unification Jan 19, 2021
@Colengms 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
@bobbrow bobbrow added this to cpptools Jun 17, 2024
@github-project-automation github-project-automation bot moved this to Triage in cpptools Jun 17, 2024
@bobbrow bobbrow removed the status in cpptools Jun 20, 2024
@bobbrow
Copy link
Member

bobbrow commented Sep 27, 2024

This should have been addressed with #7759. If you are still experiencing issues with this, please let us know.

@bobbrow bobbrow closed this as completed Sep 27, 2024
@github-project-automation github-project-automation bot moved this to Done in cpptools Sep 27, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Nov 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

No branches or pull requests

2 participants