在EclipseCTRL中,您可以通过按- SHIFT-在项目中搜索文件R。
有没有办法在Visual Studio中做到这一点?
在EclipseCTRL中,您可以通过按- SHIFT-在项目中搜索文件R。
有没有办法在Visual Studio中做到这一点?
Easily hit CTRL+SHIFT+T . This will look in the files' names.
在标准工具栏的搜索下拉菜单中,您可以使用“打开文件”宏 >of 来查找文件。单击所述下拉菜单(或按 Ctrl-D),然后开始输入(减去引号)“CoreEdit.cs”,您将获得一个动态列表,该列表会随着您的输入而缩小。
In Visual Studio 2017 you can search directly for files with Ctrl+1, Ctrl+F (Keyboard command: Edit.GoToFile).
Alternatively, you can use Ctrl+t or Ctrl+, (the Edit.GoToAll command) and start your search with f.
我使用usysware DPack:http ://www.usysware.com/dpack/
然后我只需按 ALT-U 开始输入文件名并选择正确的文件。DPack 还有其他不错的功能。
(为截图添加了亮点)
注意:不适用于 Visual Studio 的 Express 版本,因为它们不允许插件。
由于您在评论中提到了 ReSharper:
您可以在 ReSharper 中执行此操作,方法是在我的键映射中使用“转到文件...”选项(Ctrl-Shift-N 或 ReSharper -> 转到 -> 文件...)。
如果您使用的是 VS 2012,我会推荐PhatStudio 。运行速度非常快,并且支持使用“空格”进行多词搜索。因此,要搜索 LoginController,您可以按Alt+O并使用“Lo Con”进行搜索。
您还可以使用 ReSharper(付费)和 CodeMaid(免费)来执行此操作。
打开命令窗口(查看 -> 其他窗口 -> 命令窗口 - Ctrl + W, A)类型 >of 后跟文件名。它会在您键入时开始显示列表。
您可以使用组合ctrl +轻松调用名为“Navigate To”的窗口,
或者,转到工具,然后单击导航到
CTRL + P this searches for the file name your direct answer.
You can press ctrl+t to get a editor Get to all , in which you can type the file name to navigate to that specific file.
在项目文件夹中使用 Windows 资源管理器搜索太简单了。完毕。
With Visual Studio 2017 Community edition on mac, the shortcut is:
To see these commands, navigate to the top menu: Search > Go To
在 Visual Studio 2008(可能更高版本)中,免费的 DevExpress CodeRush Xpress 插件提供Ctrl++快速文件导航,它可以搜索文件名中的确切子字符串或大写字母。AltF
(与此答案无关,但请注意更有用的Quick NavigationCtrl ++ ,我希望在此之前就知道 :-))ShiftQ
Visual Studio 2019:
Menu -> Preferences -> Key Bindings -> Navigate To...