people in couch

Visual Studio – Navigate To feature

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 .

Visual Studio 2010 - Navigate To feature

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.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Do you want to hide the start page in Microsoft Visual Studio 2012 within few simple steps? Here we go....
DataTip is a feature in Visual Studio that provides the users an easy way to view information about variables used...
Today, when I was trying to install the Team Foundation Server (TFS) Power Tools 2013, I received an error “The...