Visual Studio Tips and Tricks
CreditsZainNaboulsiMicrosoft Developer Evangelistblogs.msdn.com/visualstudiotips@zainnabisbn: 0735649928
Pin Favorite Startup ProjectsStart Page
Understanding CommandTools > Options > Environment > KeyboardAssign Shortcut Key to CommandTest Command (Project.AddClass)Run from Command Window, Menu, Shortcut KeysCommand Window: CTRL + ALT + A
Item / Project TemplatesFile > Export TemplateCreate your own templates (project / item)Create from existing itemAdd references in the templateSearch project: CTRL + E (New Project window)
Searching in ToolboxView Toolbox: CTRL + ALT + XExpand All: /Collapse All: *Next Result: TABCancel: ESC
Navigate CodeMatching Braces: CTRL + ]Backward / Forward: CTRL + -; CTRL + SHIFT + -Select to last marker: CTRL + =Insert above line: CTRL + EnterBackspace one word: CTRL + BackspaceGoto line: CTRL + G
Zero-Length Box SelectionSHIFT + ALT + Arrow keysType and text selectionALT + Left MouseType and text selectionSelect + PasteReplacing Text with Box Selection
Using New IntelliSense: KeywordsVisual Studio 2010CTRL + J
Multiple Startup ProjectsSolution Properties
Generate From UsageAutomatically create stub codeUse classes and members before definedEasily add namespace (using or full name)
Data TipsDebug mode allow view of data tipsData tips can be pinnedPinned data tips can be imported / exportedDebug > Import / Export Data Tips
Accessing Tool Window’s ToolbarSHIFT + ALTNavigate with arrow keys
Split Code WindowsSplit horizontally and verticallyHorizontal: ALT + W, PVertical: ALT + W, VNew window: ALT + W, N
Zoom In or Out of Text in EditorCTRL + Mouse Wheel
Navigate Properties WindowsCTRL + PgUpCTRL + PgDn

Visual studio tips and tricks