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.

Comments

Popular posts from this blog

Enabling SNMP on an ASUS RT-N66U

Making Microsoft Dataverse OData queries using Postman

Debugging multiple PHP projects with VS Code and Laragon