Visual Studio 2010 shortcut to find classes and methods

visual studio 2010

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.

Best Answer

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.