The Navigate To in Visual Studio is a simple but very useful feature for finding symbols in the source code in Visual Studio 2010. This feature exists in the earlier version of the Visual Studio as well.
Visual Studio – Navigate To feature
- To Open the Navigate To Dialog use the shortcut key Ctrl + , ( Ctrl + Comma ).
- Alternatively , you can open the Dialog from the Edit -> Navigate To . The Dialog looks like the below screenshot .
Note that I created a method called “Test Method” in my project and use the Navigate To feature to search for Test .
Interestingly , when you search for an item , it gives preference for the Pascal Casing.
I know that this is not a big feature, but a small helpful one though.