Working with Documents in Microsoft Visual Studio

  • 8/24/2011

04.04 Navigate Open Document Windows

DEFAULT

Ctrl+F6 (next);

Ctrl+Shift+F6 (previous)

VISUAL C++ 2

Ctrl+F6; Ctrl+Tab (next)

Ctrl+Shift+F6; Ctrl+Shift+Tab (previous)

VISUAL STUDIO 6

Ctrl+F6; Ctrl+Tab (next)

Ctrl+Shift+F6; Ctrl+Shift+Tab (previous)

COMMAND

Window.NextDocumentWindow; Window.PreviousDocumentWindow

VERSIONS

2005, 2008, 2010

CODE

vstipTool0013

OK, so you have a lot of files open in the file channel:

httpatomoreillycomsourcemspimages899206.png

And you don’t want to use your mouse to switch between tabs.Just press Ctrl+F6 to go forward.

Or press Ctrl+Shift+F6 to go backward.