1. Forced intelligent Perception: ctrl+j;
2. Forced IntelliSense display parameter information: ctrl-shift-space;
3. Format the entire block: ctrl+k+f
4. Check bracket matching (toggle between left and right brackets): Ctrl +]
5. Select the code between the start of the cursor and the Beginning (tail): Shift + Home (end)
6. Switching between method definition and call point: ctrl+shift+7 (8)
7. Set Breakpoints: F9
8. Use tab to increase indentation, shift+tab decrease Indent
9. Format the entire code: CTRL+K, F
10. Set Bookmark: ctrl+b+t, jump bookmark: ctrl+b+n
11, the editing area view maximization: Alt+shift+enter;
12. Comment Selected block: control+k,control+c
13. Uncomment BLOCK: Control+k,control+u
14. Find and Replace: control+f\control+h
15, jump to the definition, very useful shortcut key: F12
16. Find All references: shift+f12
17. Delete whole line: control+l
18. Revocation: Control+z
19, anti-revocation: control+y (if it is a Mac user +fn)
20. Folding Code Definition: CTRL + M, CTRL + O
21. Expand Code Definition: CTRL + M, CTRL + L
22. View last reading place \ anti-last view: control+ "-" \control+shift+ "-"
23, CTRL + G go to ...
24, CTRL + u turn lowercase
25. CTRL + SHIFT + U-turn capitalization
Note:: VS2010 is (ctrl+e,c), VS2012 is (ctrl+k, CTRL + C), the actual operation, hold down the CTRL key, press the K key, and then press the C key. Equivalent to Ctrl+k Plus CTRL + C key combination
Uncheck Line Comment: VS2010 Yes (ctrl+e,u), VS2012 Yes (ctrl+k, ctrl+u)
Visual Studio 2012 Common shortcut keys