Page 1 of 1

Visual Studio .NET

Posted: Mon 13 Jul, 2009 1:19 am
by PISD Support
This thread collates some of the more obscure but helpful Visual Studio .NET controls.

Comment / Uncomment
Hold CTRL and press K, C to comment/uncomment a block of code. This will work in all languages supported by the IDE.

Whitespace Viewing
Shift+CTRL+8 will display symbols for whitespace in an editor window.

Brace Matching
CTRL+{ or CTRL+] will match braces within an editor window.