Visual Studio .NET

This forum is intended to enable people developing products using the PISD Libraries to recieve easy technical support and also to ask general questions about the libraries to other people using them.
Post Reply
User avatar
PISD Support
Moderator
Posts: 26
Joined: Thu 21 May, 2009 4:19 pm

Visual Studio .NET

Post 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.
Post Reply