开发者

Search File Or Class quickly from the solution In VS?

If there are lots of projects in one solution and each of them has lots of .cs file. Also, there might be one more classes in one file.

So, what I want to ask is: How can I find a file or a class quickly?

I really don't like use the ctrl+F every time.

Is there any plugin like if I click the CTRL+SHIFT+R it will open a window of show a class lis开发者_如何转开发t or a file list and I can input the keyword what I'd like to find.

Then, when I double click the result, the file will be opened for me.


In VS2010 at least, there is the Navigate To feature. It indexes file names, classes, and methods for quick searching. Hit Ctrl+, (comma) to bring up the dialog:

Search File Or Class quickly from the solution In VS?

Also, if you don't mind paying (and getting additional features), there is Visual Assist X and ReSharper, both of which I believe support VS2008/VS2010 and have source navigation features.


You can try out the "Productivity Power Tools" extension for VS2010. It adds a new menu called "Solution Navigator", which has a search box with autosuggest, that enables searching your solution.

it has lots of other features and I highly recommend it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜