开发者

Opening multiple types quickly with ReSharper

There is an 'open type' feature that supports wild card searching, and it would be very convenient to be able to open several in the list at once rather than running the same command n times in order to get the desired behavior. I need something better than using the solution explorer given that the types I'm searching for could be scattered across many projects/folders.

Is there a way to achieve this using Visual Studio 2010 and ReSharper (or other tools, if its imposs开发者_开发知识库ible given my dev environment)?


You could use the little icon on the upper right and move the results to the "Show in Find Results" and then go from there.

Edit: Ctrl+Shift+T > Type Name > Numeric pad +

This is using Resharper


The Solution Navigator tab from Productivity Power Tools can do this. Type something in the search box to narrow the display, and then multi-select, right-click, "Open" the things you're interested in. The search isn't as good as ReSharper's (it doesn't understand CamelCase, for example), but it works.


How about using Visual Studio's built-in macro recording/scripting/playback functionality to repeat the command?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜