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?
Asked
Active
Viewed 1.2k times
2 Answers
20
you can use ctrl + tab
to switch between VS2010 windows (tabs).

Zain Shaikh
- 6,013
- 6
- 41
- 66
-
3Yeah, that one I know. I'd like to add the ability to change windows using ctrl + number. – Andreas Bergström Nov 07 '10 at 08:53
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