devghost
devghost

Reputation: 560

How to close all Tool Windows In VS2008 with single key shortcut?

I am looking for to bind or use an existing shortcut to close all visible tool windows in VS2008.

There was an add-in for VS2005 to do this, but it doesn't seem to work in VS2008.

Upvotes: 3

Views: 341

Answers (2)

Wael Dalloul
Wael Dalloul

Reputation: 23044

Use Shift + Alt + Enter to switch to Full Screen mode, this will automatically hide all the windows.

Upvotes: 1

Ilya Khaprov
Ilya Khaprov

Reputation: 2524

Tools->Options->Keyboard->Assign key for Window.AutoHideAll command.

With Shift + Esc you can close active toolbox.

Upvotes: 5

Related Questions