Showing posts with label Visual Studio Tips. Show all posts
Showing posts with label Visual Studio Tips. Show all posts

Sunday, February 15, 2009

Video: Visual Studio Tips

Video versions of Sara Ford's 382 Visual Studio Tips:

http://scottcate.com/tricks/

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