Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VIsual Studio 2010, easily maximize/minimize editor?

Is there an easy way to maximize and minimize/restore an editor in Visual Studio ?

To demonstrate, I'm looking for what Eclipse has:

Normal Layout:

Eclipse Standard

Hit a key combo and you get this (This seems somewhat like Windows->AutoHide all in VS2010)

Maximized Editor Eclipse Maximized Editor

Now, another key combo , and you get back to the Normal Layout. That's the important thing(Windows->AutoHide all in Visual Studio just leaves windows around, not allowing you to quickly switch back and forth.)

Is there anything like this in VS2010 ?

like image 364
Anonym Avatar asked Oct 14 '10 13:10

Anonym


2 Answers

View/FullScreen (Shift+Alt+Enter here) will make the editor window use the whole screen. That might be a bit more than what you asked for, but then the same keyboard shortcut will reverse this again, so it's quite easy.

like image 86
sbi Avatar answered Oct 20 '22 00:10

sbi


Alt + W + U will Hide all windows.

like image 35
Nitish Katare Avatar answered Oct 20 '22 00:10

Nitish Katare