开发者

Is there Eclipse's Ctrl+3 equivalent in Visual Studio?

开发者 https://www.devze.com 2022-12-31 06:24 出处:网络
Ctrl+3 in Eclipse can do this: http://techvj.blogspot.com/2007/11/any-software-developer-using-i开发者_开发问答de-begins.html

Ctrl+3 in Eclipse can do this:

http://techvj.blogspot.com/2007/11/any-software-developer-using-i开发者_开发问答de-begins.html

Is there an equivalent in Visual Studio? Or via some 3rd party plugin?


Use Microsoft's Productivity Power Tools Extension.

Is there Eclipse's Ctrl+3 equivalent in Visual Studio?


For source file switching, you can also hit Ctrl-Alt-Down arrow and type to switch to an open file. You can also use the find combo box on the toolbar by clicking on it or hitting Ctrl-/ then typing '>of'. A list of all files in the solution appears in the dropdown and you can type to select a file to edit.

To build on what VonC said, in addition to Ctrl-Tab, you can hit Alt-F7 to bring up that same window dialog but have the starting selection be the first tools window. Again, though, not as complete as what Eclipse may have.


The answer is probably: no, there currently isn't.


I just found this extension (Productivity Power tools) that has exactly what we were looking for. It's even called quick access and is called with ctrl+3.


If you limit yourself to just Visual Studio, you do have a limited "quick access" shortcut:

Ctrl+Tab: Quick Access to Active Tool Windows and Files (from VS2005!)

Is there Eclipse's Ctrl+3 equivalent in Visual Studio?

Mostly for tool access and file switching, so in itself not as complete than Eclipse Quick Access list.

0

精彩评论

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