Visual Studio 2010 – Quick Navigation Shortcut

VS 2010 allows quick navigation by pressing the shortcut keys – Ctrl + , . This bring up the dialog box that displays the class names, method names and the field names. I can type the name of the class / field / method and the dialog shows the class / field / method that matches the name.

For example, searching for ‘Grid’ in my sample project returned the result shown below.

image

Another trick is to type only the capital letters in the name of the class / field / method in the ‘Search’ above. For example, ‘GridView’ can be searched by searching for ‘GV’ as shown below.image

Advertisement

About vicky4147

I do consulting on .NET software development.
This entry was posted in Visual Studio 2010. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s