Visual studio has the ability to instantly Navigate To (ctrl + ,) any symbol that is part of the solution. However, I am working on a large c++ codebase where all code files cannot be opened in a single vs solution.
How to instantly search files through large codebases from visual studio?
Note: The built in find in files is too slow to be really useful.
Sando Code Search Tool pre-indexes source code and promises near-instant search.