Is it possible to move to the next vertical tab group in Visual Studio 2008 or 2010 by using the keyboard?
There are commands开发者_JAVA技巧 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.
If you are using Visual Studio 2012, TabGroupJumper provides commands to move to the next/previous tab group in any direction.
The VSStreamliner extension adds keybindings for this exact functionality. It's working great for me in VS2010.
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.
精彩评论