Is there a way to quickly find files in Visual Stu

2019-01-29 15:08发布

Does Visual Studio 2010 have a built-in way to quickly find/open files, similar to the Ctrl+Shift+O function in Eclipse?

Edit: Or does Resharper offer this functionality?

15条回答
\"骚年 ilove
2楼-- · 2019-01-29 15:46

Ctrl + Alt + A opens the command window, type "open" then start typing file names and it will dynamically autocomplete by available solution file name.

查看更多
Summer. ? 凉城
3楼-- · 2019-01-29 15:48

DPack has a dialog for finding files in the current solution (search all, or only open files), and it also has a dialog to search the current file for methods,properties, etc. Very nice! Note that the current version only supports VS 2012 or newer, but they have binaries there for older versions of VisualStudio as well:

http://www.usysware.com/dpack/

You could also try Sonic File Finder, which does something similar to CTRL+COMMA:

http://www.jens-schaller.de/sonic-tools/sonicfilefinder/overview/overview.htm

查看更多
做自己的国王
4楼-- · 2019-01-29 15:52

VSFileNav - An extension that I created that allow rapid file searching. It's basically got all the ReSharper functionality that was disabled in the express version of VS2010 (I used to really like this).

It's also free :)

查看更多
该账号已被封号
5楼-- · 2019-01-29 15:52

Visual Assist comes with something like this. You will have to pay for the plugin (and I don't think you can use plugins in the express versions).

(If you're doing C++ and you don't plan to buy Visual Assist, be sure to never install the trial. It's that addictive.)

查看更多
趁早两清
6楼-- · 2019-01-29 15:53

Type >open filename in the command box in the Visual studio can also open the file

查看更多
ゆ 、 Hurt°
7楼-- · 2019-01-29 15:53

NavigateToAll extends the built-in Navigate To by enabling you to open any file on the disk (not just the ones in the solution).

查看更多
登录 后发表回答