Auto Hide All Tool 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

Auto Hide All Tool Windows

  • Comments 5

Menu:  Window -> Auto Hide All
Command:  Window.AutoHideAll
Versions:  2008,2010
Published:  6/18/2010
Code:  vstipTool0034

 

So let's say you have a crowded space with lots of tool windows open:

image

 

No problem!  Just go to Window -> Auto Hide All:

image

 

And, presto, all the tool windows are automatically hidden:

image

 

NOTE:  There is no way to un-auto hide all so you will have to bring each one back again as you need it.

  • is there a keyboard command for that?

  • Eric: Not by default but you can bind a hotkey to any menu item via Tools -> Customize -> Keyboard.

    Type "autohi" into the "Show commands containing" field and you'll see the one you want, Window.AutoHideAll.

    Off topic:

    Anyone know a way to stop Visual Studio re-indenting the current line when a : character is typed into a C++ file (e.g. as part of a ternary operator)?

    The behaviour has annoyed me for about a decade now. :)

    I'm not even sure why the editor thinks it should re-indent the line when : is typed (maybe initializer lists?), especially when it's typed after load of other character.

  • Leo -- have you tried going to block instead of smart indenting?  That may be one possible solution.  Also, there is a ton of stuff under Tools –> Options –> Text Editor –> C/C++ –> Formatting  that I haven't explored yet but you may find some relief there.

    Z

  • My auto hide option is not being shown on the window how to make it shown ?

  • Jagdeep -- You have to have at least one tool window selected to make this work.  Just go to Solution Explorer for example and then the option will show itself.

    Z

Page 1 of 1 (5 items)
Leave a Comment
  • Please add 7 and 4 and type the answer here:
  • Post