VS2012 keys for changing: http://blog.sina.com.cn/s/blog_659449460102e23u.html
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
Inverse: VS2010 is (ctrl+e,u), VS2012 is (ctrl+k, ctrl+u) 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+n11, the editing area view maximization: Alt+shift+enter;12. Comment Selected block: Control+k,control+c13. Uncomment BLOCK: Control+k,control+u14. Find and replace: Control+f\control+h15, jump to the definition, very useful shortcut key: F1216. Find All references: Shift+f1217. Delete whole line: control+l18. Revocation: Control+z19, anti-revocation: control+y (if it is a Mac user +fn)20. Folding Code Definition: CTRL + M, CTRL + O21. Expand Code Definition: CTRL + M, CTRL + L22. View last reading place \ anti-last view: control+ "-" \control+shift+ "-"23, CTRL + G go to ...24, CTRL + u turn lowercase25. CTRL + SHIFT + U-turn capitalization26.You need to fold the code snippet to make it easier to read when you face chunks of code
Ctrl+m+o Folding
Ctrl+m+l Expand
C + + shortcut keys