VC快捷键

本文详细介绍了VC编辑器的快捷键使用方法,包括文件操作、编辑、调试、搜索等功能的快捷键,帮助提高编程效率。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  1. VC快捷键:
  2. F1: 帮助
  3. Ctrl+Shift+L 
  4. Ctrl+O :Open
  5. Ctrl+P :Print
  6. Ctrl+N :New
  7. Ctrl+Shift+F2 :清除所有书签
  8. F2 :上一个书签
  9. Shift+F2 :上一个书签
  10. Alt+F2 :编辑书签
  11. Ctrl+F2 :添加/删除一个书签
  12. F12 :Goto definition
  13. Shift+F12 :Goto reference
  14. Ctrl+ 'Num+ ' :Displays the next symbol definition or reference
  15. Ctrl+ 'Num- ' :Displays the previous symbol definition or reference
  16. Ctrl+J/K :寻找上一个/下一个预编译条件
  17. Ctrl+Shift+J/K :寻找上一个/下一个预编译条件并将这一块选定
  18. Ctrl+End :文档尾
  19. Ctrl+Shift+End :选定从当前位置到文档尾
  20. Ctrl+Home :文档头
  21. Ctrl+Shift+Home :选定从当前位置到文档头
  22. Ctrl+B/Alt+F9 :编辑断点
  23. Alt+F3/Ctrl+F :查找
  24. F3 :查找下一个
  25. Shift+F3 :查找上一个
  26. Ctrl+]/Ctrl+E :寻找下一半括弧
  27. Ctrl+Shift+] :寻找下一半括弧并选定括弧之间的部分(包括括弧)
  28. Ctrl+Shift+E :寻找下一半括弧并选定括弧之间的部分(包括括弧)
  29. F4 :寻找下一个错误/警告位置
  30. Shift+F4 :寻找上一个错误/警告位置
  31. Shift+Home :选定从当前位置到行首
  32. Shift+End :选定从当前位置到行尾
  33. Ctrl+L :剪切当前行
  34. Ctrl+Shift+L :删除当前行
  35. Alt+Shift+T :交换当前行和上一行
  36. Ctrl+Alt+T :Brings up the completion list box
  37. Shift+PageDown :选定从当前位置到下一页当前位置
  38. Shift+PageUp :选定从当前位置到上一页当前位置
  39. Ctrl+Shift+Space:显示函数参数的Tooltip
  40. Ctrl+Z/Alt+Backspace :Undo
  41. Ctrl+Shift+Z/Ctrl+Y :Redo
  42. F8 :当前位置变成选定区域的头/尾(再移动光标或者点鼠标就会选定)
  43. Ctrl+Shift+F8 :当前位置变成矩形选定区域的头/尾(再移动光标或者点鼠标就会选定)
  44. Alt+F8 :自动格式重排
  45. Ctrl+G :Goto
  46. Ctlr+X/Shift+Del:Cut
  47. Ctrl+C/Ctrl+Ins :Copy
  48. Ctrl+V/Shift+Ins:Paste
  49. Ctrl+U :将选定区域转换成小写
  50. Ctrl+Shift+U :将选定区域转换成大写
  51. Ctrl+F8 :当前行变成选定区域的头/尾(再移动上下光标或者点鼠标就会选定多行)
  52. Ctrl+Shift+L :删除从当前位置到行尾
  53. Ctrl+Shift+8 :将所有Tab变成`或者还原
  54. Ctrl+T :显示变量类型
  55. Ctrl+↑ :向上滚屏
  56. Ctrl+↓ :向下滚屏
  57. Ctrl+Del :删除当前单词的后半截(以光标为分割)
  58. Ctrl+Backspace :删除当前单词的前半截(以光标为分割)
  59. Ctrl+← :移到前一个单词
  60. Ctrl+→ :移到后一个单词
  61. Ctrl+Shift+← :选定当前位置到前一个单词
  62. Ctrl+Shift+→ :选定当前位置到后一个单词
  63. Ctrl+Shift+T :将本单词和上一个单词互换
  64. Alt+0 :Workspace Window
  65. Alt+2 :Output Window
  66. Alt+3 :Watch Window
  67. Alt+4 :Variables Window
  68. Alt+5 :Registers Window
  69. Alt+6 :Memory Window
  70. Alt+7 :CallStack Window
  71. Alt+8 :Disassembly Window
  72. Ctrl+W :ClassWizard
  73. Alt+Enter :属性
  74. Alt+F7 :Project Settings
  75. F7 :Build
  76. Ctrl+F7 :Compile
  77. Ctrl+F5 :Run
  78. Ctrl+Break :Stops the build
  79. F5 :Go
  80. Ctrl+F10 :Run to cursor
  81. F11 :step into
  82. Alt+F10 :Apply codes changes
  83. Ctrl+F9 :Enable/Disable a breakpoint
  84. Alt+F11 :将 Memory Window 切换到下一种显示模式
  85. Alt+Shift+F11 :将 Memory Window 切换到上一种显示模式
  86. Ctrl+Shift+F9 :去掉所有断点
  87. Ctrl+Shift+F5 :Restarts the program
  88. Ctrl+Shift+F10 :将当前行设为下一条指令执行的行
  89. Alt+Num* :滚动到当前指令
  90. Shift+F11 :跳出当前函数
  91. F9 :断点
  92. F10 :step over
  93. Shift+F5 :停止 Debugging
  94. Ctrl+F11 :Switches between the source view and the disassembly view for this instruction
  95. Alt+F12 :Queries on the selected object or current context
  96. Alt+F6 :Toggles the docking feature for the window on/off
  97. Shift+Esc :隐藏窗口
  98. Ctrl+Shift+G :
  99. Ctrl+* :打开string table
  100. Ctrl+Space :
  101. Ctrl+F3 :向下查找下一个
  102. Ctrl+Shift+F3 :查找上一个
  103. Ctrl+D :查找
  104. Ctrl+I :向下查找下一个
  105. Ctrl+Shift+I :查找上一个
  106. F6 :Activates the next pane
  107. Shift+F6 :Activates the previous pane
  108. Ctrl+M :Detects duplicate mnemonics in the resource
  109. Alt +O : 头文件与cpp文件的交互显示   
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值