-->

Moving focus to next tab group in Visual Studio 20

2020-08-09 11:29发布

问题:

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.