14

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Joseph S.
  • 475
  • 1
  • 6
  • 11

3 Answers3

7

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

Andy
  • 30,088
  • 6
  • 78
  • 89
  • 1
    Just commenting to say that it has been updated to work with VS 2013 (and hopefully all coming MSVC versions). Although this does require compiling it yourself. – Magnus Österlind Jan 23 '15 at 17:24
4

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

Mark Schabacker
  • 506
  • 2
  • 5
  • I hacked VSStreamliner to work with VS2015 by using the same method described [here](http://stackoverflow.com/a/14087731/1783777), setting version number to 14.0. – dinosaur Aug 12 '16 at 18:11
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.

Jasper
  • 2,166
  • 4
  • 30
  • 50
Patrick Szalapski
  • 8,738
  • 11
  • 67
  • 129