I really like working with tab groups, but miss the fact that you can't jump between them without using the mouse. I found an addin which solved this in VS2010 (VSStreamLiner), but it hadn't been updated for VS2012, so I decided to roll my own.
The first time you run the add-in, it will overwrite your keyboard shortcuts for CTRL-ALT-ARROW KEYS with "jump left/right/up/down".
The code is available on GitHub. |