Visual Studio 2010 shortcut to find classes and methods?
Is there any shortcut in Visual studio 2010 to find classes/interfaces?
I was using Resharper few years back to do that. Here now, I don't have the Resharper and looking something similar in Visual studio 2010 which can help me do that.
Right now, I have to use find all "s classname" that's closest I can get.
Solution 1:
Visual Studio 2010 has the "Navigate To" command, which might be what you are looking for. The default keyboard shortcut is CTRL + ,. Here is an overview of some of the options for navigating in Visual Studio 2010.
Solution 2:
Ctrl+T in Visual Studio 2017.
Solution 3:
Try Alt+F12 in Visual Studio 2010.
It opens up the Find Symbol dialogue which allows you to search for methods, classes, etc.