Navigate Open Document Windows

Tips Search

If you like the tips then you'll love the book!

Order your copy today:
http://www.amazon.com/gp/product/0735649928

Navigate Open Document Windows

  • Comments 6

Keyboard:  CTRL + F6 (forward); CTRL + SHIFT + F6 (backward)
Command:  Window.NextDocumentWindow; Window.PreviousDocumentWindow
Versions:  2008,2010
Published:  4/18/2010
Code:  vstipTool0013

 

Okay, so you have a lot of files open in the File Channel:

image

 

And you don't want to use your mouse.  What do you do?  Simple!  Just press CTRL + F6 to go forward:

image

 

Or CTRL + SHIFT + F6 to go backward:

image

  • Very nicely explained. It works. Everytime you don't need to use the mouse. The docs can be controlled through your keyboard.

  • Hi,

    also don't forget that you can use CTRL+TAB / CTRL+SHIFT+TAB to switch between the two previously selected documents (and open the documents window).

    I never use the CTRL+F6 combination because it feels like an ackward combination - and, it's easy to hit F5 instead, which is tied to "Start Without Debugging".

  • NOT WORKS and useless (same in vs 2008), because CTRL + F6 navigate the documents in the order as opened. So after reordering tabs ctrl+f6 is broken.

    The document well extension (from productivity power tools) has a new shortcut which works as expected:

    Window.NextDocumentWellTab -> Ctrl+Alt+PgDn

  • stm -- Your point is valid but, to be clear, it DOES work just not the way you migh expect when reordering the tabs.  I agree the power tools are a great solution to this if it is an issue for you :)

    Z

  • It would be nice a shortcut to open the tab well.

  • If someone is still interested, the shortcut to open the tabwell or documentwell in Visual Studio 2010 is Alt Gr + Down.

Page 1 of 1 (6 items)
Leave a Comment
  • Please add 2 and 1 and type the answer here:
  • Post