Visual Studio Tips ~ Don't Call Us - We'll Call You

Saturday, February 14, 2009

Visual Studio Tips

Always code in full screen - use F11
Transpose word / character: ctrl + t
Transpose paragraph: Alt shift + t
Copy line: ctrl + c (no selection necessary)
Cut line: ctrl + x (i no selection necessary)
Intellisense: Ctrl + J
Intellisense parameter: ctrl + shitf + space
Rectangular selection: alt + drag

View code: F7
View deisgner: shift F7
Split to see different parts of same code file: Use splitter widget top right)
Drag file to code to show full path
Full screen: ctrl + shitf + enter
Class view: ctrl + shift + c
Macro for MVC solution
#error Not correct logic here <== compile error
#warning Code sucks <== compile warning

No comments:

Post a Comment