Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 624
Joseph S. Avatar asked Nov 13 '10 19:11

Joseph S.


2 Answers

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

like image 113
Andy Avatar answered Oct 11 '22 04:10

Andy


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

like image 39
Mark Schabacker Avatar answered Oct 11 '22 02:10

Mark Schabacker