11

So, I'm not completely sure this is the best idea ever but I do find myself trying to switch tabs in VS 2010 using [CTRL] + [1, etc] to switch windows (tabs). Is it possible to configure VS to behave like a web browser causing CTRL+1 switch to the first open window?

Andreas Bergström
  • 713
  • 1
  • 5
  • 18

2 Answers2

20

you can use ctrl + tab to switch between VS2010 windows (tabs).

Zain Shaikh
  • 6,013
  • 6
  • 41
  • 66
11

The Visual Studio Productivity Power Tools Extension has very similar funcionality:

Tab Behavior More Commands for Navigation (New!)
...
Activate a specific pinned tab by Ctrl+Num Pad 1 through 0
Activate a specific regular tab by Ctrl+Alt+Num Pad 1 through 0
...

Amongst other nice features, read more below:

TJB
  • 13,367
  • 4
  • 34
  • 46