views:

33

answers:

1

Is there any short cut in visual studio 2010 to find classes/interfaces?

I was using resharper few years back to do that. Here now i don't have resharper and looking something similar in studio 2010 which can help me do that.

Right now i have to use find all "s classname" that's closest i can get.

+1  A: 

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.

driis
Thanks, thats really great including link which has lot of easy access i didn't know before
mamu