vc助手快捷鍵


  1. VC快捷鍵:
  2. F1: 幫助
  3. Ctrl+O :Open
  4. Ctrl+P :Print
  5. Ctrl+N :New
  6. Ctrl+Shift+F2 :清除所有書簽
  7. F2 :上一個書簽
  8. Shift+F2 :上一個書簽
  9. Alt+F2 :編輯書簽
  10. Ctrl+F2 :添加/刪除一個書簽
  11. F12 :Goto definition
  12. Shift+F12 :Goto reference
  13. Ctrl+ 'Num+ ' :Displays the next symbol definition or reference
  14. Ctrl+ 'Num- ' :Displays the previous symbol definition or reference
  15. Ctrl+J/K :尋找上一個/下一個預編譯條件
  16. Ctrl+Shift+J/K :尋找上一個/下一個預編譯條件並將這一塊選定
  17. Ctrl+End :文檔尾
  18. Ctrl+Shift+End :選定從當前位置到文檔尾
  19. Ctrl+Home :文檔頭
  20. Ctrl+Shift+Home :選定從當前位置到文檔頭
  21. Ctrl+B/Alt+F9 :編輯斷點
  22. Alt+F3/Ctrl+F :查找
  23. F3 :查找下一個
  24. Shift+F3 :查找上一個
  25. Ctrl+]/Ctrl+E :尋找下一半括弧
  26. Ctrl+Shift+] :尋找下一半括弧並選定括弧之間的部分(包括括弧)
  27. Ctrl+Shift+E :尋找下一半括弧並選定括弧之間的部分(包括括弧)
  28. F4 :尋找下一個錯誤/警告位置
  29. Shift+F4 :尋找上一個錯誤/警告位置
  30. Shift+Home :選定從當前位置到行首
  31. Shift+End :選定從當前位置到行尾
  32. Ctrl+L :剪切當前行
  33. Ctrl+Shift+L :刪除當前行
  34. Alt+Shift+T :交換當前行和上一行
  35. Ctrl+Alt+T :Brings up the completion list box
  36. Shift+PageDown :選定從當前位置到下一頁當前位置
  37. Shift+PageUp :選定從當前位置到上一頁當前位置
  38. Ctrl+Shift+Space:顯示函數參數的Tooltip
  39. Ctrl+Z/Alt+Backspace :Undo
  40. Ctrl+Shift+Z/Ctrl+Y :Redo
  41. F8 :當前位置變成選定區域的頭/尾(再移動光標或者點鼠標就會選定)
  42. Ctrl+Shift+F8 :當前位置變成矩形選定區域的頭/尾(再移動光標或者點鼠標就會選定)
  43. Alt+F8 :自動格式重排
  44. Ctrl+G :Goto
  45. Ctlr+X/Shift+Del:Cut
  46. Ctrl+C/Ctrl+Ins :Copy
  47. Ctrl+V/Shift+Ins:Paste
  48. Ctrl+U :將選定區域轉換成小寫
  49. Ctrl+Shift+U :將選定區域轉換成大寫
  50. Ctrl+F8 :當前行變成選定區域的頭/尾(再移動上下光標或者點鼠標就會選定多行)
  51. Ctrl+Shift+L :刪除從當前位置到行尾
  52. Ctrl+Shift+8 :將所有Tab變成`或者還原
  53. Ctrl+T :顯示變量類型
  54. Ctrl+↑ :向上滾屏
  55. Ctrl+↓ :向下滾屏
  56. Ctrl+Del :刪除當前單詞的后半截(以光標為分割)
  57. Ctrl+Backspace :刪除當前單詞的前半截(以光標為分割)
  58. Ctrl+← :移到前一個單詞
  59. Ctrl+→ :移到后一個單詞
  60. Ctrl+Shift+← :選定當前位置到前一個單詞
  61. Ctrl+Shift+→ :選定當前位置到后一個單詞
  62. Ctrl+Shift+T :將本單詞和上一個單詞互換
  63. Alt+0 :Workspace Window
  64. Alt+2 :Output Window
  65. Alt+3 :Watch Window
  66. Alt+4 :Variables Window
  67. Alt+5 :Registers Window
  68. Alt+6 :Memory Window
  69. Alt+7 :CallStack Window
  70. Alt+8 :Disassembly Window
  71. Ctrl+W :ClassWizard
  72. Alt+Enter :屬性
  73. Alt+F7 :Project Settings
  74. F7 :Build
  75. Ctrl+F7 :Compile
  76. Ctrl+F5 :Run
  77. Ctrl+Break :Stops the build
  78. F5 :Go
  79. Ctrl+F10 :Run to cursor
  80. F11 :step into
  81. Alt+F10 :Apply codes changes
  82. Ctrl+F9 :Enable/Disable a breakpoint
  83. Alt+F11 :將 Memory Window 切換到下一種顯示模式
  84. Alt+Shift+F11 :將 Memory Window 切換到上一種顯示模式
  85. Ctrl+Shift+F9 :去掉所有斷點
  86. Ctrl+Shift+F5 :Restarts the program
  87. Ctrl+Shift+F10 :將當前行設為下一條指令執行的行
  88. Alt+Num* :滾動到當前指令
  89. Shift+F11 :跳出當前函數
  90. F9 :斷點
  91. F10 :step over
  92. Shift+F5 :停止 Debugging
  93. Ctrl+F11 :Switches between the source view and the disassembly view for this instruction
  94. Alt+F12 :Queries on the selected object or current context
  95. Alt+F6 :Toggles the docking feature for the window on/off
  96. Shift+Esc :隱藏窗口
  97. Ctrl+Shift+G :
  98. Ctrl+* :打開string table
  99. Ctrl+Space :
  100. Ctrl+F3 :向下查找下一個
  101. Ctrl+Shift+F3 :查找上一個
  102. Ctrl+D :查找
  103. Ctrl+I :向下查找下一個
  104. Ctrl+Shift+I :查找上一個
  105. F6 :Activates the next pane
  106. Shift+F6 :Activates the previous pane
  107. Ctrl+M :Detects duplicate mnemonics in the resource
  108. Alt +O : 頭文件與cpp文件的交互顯示


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM