Moving focus to next tab group in Visual Studio 2008/Visual Studio 2010 via the keyboard?

倖福魔咒の 提交于 2020-01-02 00:48:23

问题


Is it possible to move to the next vertical tab group in Visual Studio 2008 or 2010 by using the keyboard?

There are commands for moving the active window to the next or previous tab group, but I couldn't find one for moving the focus from one tab group to the next.

The only workaround that I found is by using DPack's File Browser dialog, but it requires a lot of keystrokes and they depend on the name of file in the currently active windows in the tab groups.


回答1:


The VSStreamliner extension adds keybindings for this exact functionality. It's working great for me in VS2010.




回答2:


If you are using Visual Studio 2012, TabGroupJumper provides commands to move to the next/previous tab group in any direction.




回答3:


It should be F6, but it doesn't work for me.

Ctrl + F6 cycles through all open documents, but that isn't exactly what you want.



来源:https://stackoverflow.com/questions/4174386/moving-focus-to-next-tab-group-in-visual-studio-2008-visual-studio-2010-via-the

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!