VS2010 Keyboard and Mouse Shortcuts
Keyboard and mouse shortcuts are critical to fast coding in VS2010: Useful frequently used shortcuts for me are: Ctrl+K -> Ctrl+C = Comment code Ctrl+K -> Ctrl+U = Uncomment code Shift+F12 = Find usages Ctrl+] = Find matching brace/bracket F9 - Add/remove breakpoint F12 - Go to definition Ctrl+K -> Ctrl+S = Surround code with... choose snippet.