Working with Documents in Microsoft Visual Studio
- 8/24/2011
- 04.01 Insert Documents to the Right of Existing Tabs
- 04.02 Recent Files
- 04.03 Working with Documents on Multiple Monitors
- 04.04 Navigate Open Document Windows
- 04.05 Close the Current Document Window
- 04.06 Open a File Location from the File Tab
- 04.07 Open the File Menu Drop-Down List from Your Keyboard
- 04.08 Using the IDE Navigator
- 04.09 Multiple Views of the Same Document
- 04.10 Closing Just the Selected Files You Want
- 04.11 Understanding the File Open Location
- 04.12 Show Previous Versions
- 04.13 Using Custom File Extension Associations
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:
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.