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.


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.


在Visual Studio 2017中使用Ctrl + T。


Try Alt+F12 in Visual Studio 2010.

It opens up the Find Symbol dialogue which allows you to search for methods, classes, etc.

链接地址: http://www.djcxy.com/p/59262.html

上一篇: 名称'InitializeComponent'在当前上下文中不存在

下一篇: Visual Studio 2010快捷方式查找类和方法?