posted on Wednesday, January 21, 2004 11:33 AM by demiliani

Visual Studio .NET secret Shortcuts

Maybe you don't know these undocumented shortcuts in Visual Studio .NET:

If you are in the Code Window, press SHIFT + ALT + ENTER and you'll obtain a wonderful Full Screen Mode of your window (all opened windows, toolbar and Windows Start Bar will disappear)...

With Visual Studio .NET is also possible to do a "squared selection" of text, only by pressing the ALT Key and moving the mouse (you can now Copy, Cut, Paste and Delete the selection).

This is a standard selection:

and this is a "squared selection":

Wonderful :)

Comments