C # Keyboard Shortcuts

1. F12: Go to Definition; Shift + F12: Go to references

2. F5: Start; Ctrl + F5: start (not debug); Shift + F5: Stop Debugging

3. F7: Check Code; Shift + F7: Show View Designer

4. Ctrl + Alt + L: Solution Explorer

5. Ctrl + Alt + J: Object Browser

6. F4: Display Properties window

7. Ctrl + Alt + X: Toolbox

8. Ctrl + Alt + C Class View

9. Alt + Enter: View Properties

10. F10: by-process debugging

11. F11: Step Into Debug

12. Ctrl + B: New Breakpoint

13. Ctrl + Shift + F9: Clear all breakpoints

14. Ctrl + Shift + B to build the solution

15. Shift + Alt + Enter: Full screen

16. Outlining: Ctrl + M, Ctrl + M: switching outlining expanded; Ctrl + M, Ctrl + L: switch all outlining; Ctrl + M, Crtl + P stop outlining; Ctrl + M, Ctrl + O: folded definition

17. IntelliSense: Ctrl + J: List Members; Ctrl + Shift + Space: parameter information; Ctrl + K, Ctrl + I: Quick information; Alt + Right Arrow keys: Complete Word

Reproduced in: https: //www.cnblogs.com/kevinkim/archive/2010/01/19/1651330.html

Guess you like

Origin blog.csdn.net/weixin_34217773/article/details/94493039