HomeVisual StudioVisual Studio – Navigate To feature

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

You May Also Like

In this post, you’ll learn about the error code “SCC_E_BACKGROUNDGETINPROGRESS” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_UNKNOWNERROR” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_CONNECTIONFAILURE” returned by the Visual Studio when using the Source Control...