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