Go to References
always reparses a lot of files for the same symbol
#13079
Labels
bug
Feature: Find All References
Find All References, Peek References, Rename
Feature: Rename
Language Service
performance
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
I am using VS Code on my macOS to SSH remotely browse Linux Kernel code which I cloned on a Ubuntu Linux machine. When I click
Go to References
on a symbol, I see a lot of files need to be parsed (like the below) which takes ~10 mins. And next time when I clickGo to References
on the same symbol again, all those files will be parsed again! So every time it takes ~10 mins to show the references for the same symbol.Go to Definition
doesn't seem to have this problem.Expected behavior:
I'd expect all the files in the project to be parsed at the very beginning (i.e. when I open the project for the first time) and cache the result somewhere. Reparsing should only be done when there is some code changes.
Configuration and Logs
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: