In Visual Studio is there a "Search Everywhere" shortcut (like Resharpers "Search Everywhere")?
I'd prefer to not install Resharper for this, but how can a search everywhere be done in Visual Studio?
In Visual Studio is there a "Search Everywhere" shortcut (like Resharpers "Search Everywhere")?
I'd prefer to not install Resharper for this, but how can a search everywhere be done in Visual Studio?
I use the Navigate To
(Edit-GotoAll in VS) command which is CTRL - , (comma) or CTRL - T which can search for types/files and other info based on the name.
See Visual Studio Tip #3: Use “Navigate To”
Otherwise a more limited and historical way of searching all is CTRL-F which is find all that they based Navigate To
on.
The best kept secret is to search using casing. It is done by typing in just the capitals of the class you search. Example typing "RFC" would then find the constructor of the class which had that pascal casing of RolandsFirstClass(); quite handy.
Note if you are here about the "Navigate To" feature (actually Edit.GotoAll
) and CTRL, (Comma) or CTRLT is not working, I have a visual answer to set/fix the keystrokes here:
Fix Navigate To Missing KeyMappings
Visual Studio (Go to All) - How to ignore bin and obj folders