1. Automatic Code alignment: Ctrl+k+f
2. Undo---Use the combo key "Ctrl + Z" to undo the operation
3. Anti-undo---Use the combo key "Ctrl+y" for anti-undo operation
4. Use the combo key "Ctrl+j" or use the combination key "alt+→" to automatically add a hint when you do not fully enter the keyword
5. Quickly show or hide the current code snippet: Ctrl+m+m (press two times M)
6. Go back to the previous cursor position using the combo key "Ctrl +-"
7. Advance to the next cursor position using "Ctrl + Shift +-"
8. Comment With the combination key "Ctrl+k+c"
9. Uncomment with the combination key "Ctrl+k+u"
10. Set Breakpoints---F9
11. Start Debugging---F5
12. Step-by-step debugging---F11
13. Process-wise---F10
14. Forced IntelliSense: Ctrl+j
15. Forced display of parameter information: ctrl-shift-space
Ctrl+m+crtr+o Folding all outlines
Common shortcut keys for Visual Studio