当前位置:网站首页>C language: shortcut keys commonly used in VS

C language: shortcut keys commonly used in VS

2022-06-13 09:11:00 Caixinzhi

Ctrl+S Save a single project
Ctrl+Shift+S Save the entire project
Ctrl+F Find the project content
Fn+F3 Find the next one
Fn+Shift+F3 Find the last one
Ctrl+K,Ctrl+C Comment on the selection
Ctrl+k,Ctrl+U Cancel the comment
Fn+F5 Start debugging
Ctrl+F5 Start execution ( Don't debugging )
Shift+F5 Stop debugging
Fn+F9 Enable / Close the breakpoint
Ctrl+F9 Stop breakpoint
Ctrl+Shift+F9 Delete all breakpoints
Fn+F10 Process by process execution
Fn+F11 Statement by statement execution
Fn+Ctrl+F10 Run to the cursor ( The breakpoint ) It's about
Ctrl+G Go to the specified line
Ctrl+ Left and right arrow keys You can move one word at a time
Fn+Shift+End Select to the end of the document
Fn+Shift+Home Select start at the end of the document
Fn+Shift+PgUp Select to the front of this page  
Fn+Shift+PgDn Select to the end of this page
Fn+PgUp Go to the front of the document
Fn+PgDn The document goes to the end
Fn+End Skip to the end of the line
Fn+Home Jump to the front of the line

原网站

版权声明
本文为[Caixinzhi]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202270533005585.html