Add a setting to enable caching of Find All References clients for non-opened files #4038
Labels
Feature: Find All References
Find All References, Peek References, Rename
Feature Request
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
performance
Works in VS
So we'd need to fix it for VS Code to reach parity.
Milestone
Currently, IntelliSense clients are only kept around for opened files. In VS, they are also kept around from the clients created from Find All References, based on a setting and in some cases memory usage.
The current workaround is to open any files if you want Find All References to be faster for those files....but if memory goes over 1 GB we'll start to close clients, so we may want to improve that as well.
The text was updated successfully, but these errors were encountered: