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.
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.![]()
Advertisement