vc助手快捷键

简介: VC快捷键: F1: 帮助 Ctrl+O :Open Ctrl+P :Print Ctrl+N :New Ctrl+Shift+F2 :清除所有书签 F2 :上一个书签 Shift+F2 :上一个书签 Alt+F2 :编辑书签 Ctrl+F2 :添加/删除一个书签 ...
  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文件的交互显示
相关文章
|
7月前
|
调度 iOS开发 MacOS
【MacOS 系列】mac常用快捷键收集,包含提高开发效率、精选快捷键、内置截图快捷键
【MacOS 系列】mac常用快捷键收集,包含提高开发效率、精选快捷键、内置截图快捷键
157 0
|
6月前
|
C++
Windows10键盘快捷键及Visual Studio2017键盘快捷键(常用)
Windows10键盘快捷键及Visual Studio2017键盘快捷键(常用)
|
Java 数据库连接
Win7睡眠快捷键设置
1.打开电脑桌面,右击鼠标,选择“新建”,然后点击“快捷方式”; 2.进入创建快捷方式的界面,需要输入对象的位置,我们输入:
401 0
原来键盘还能这么玩?——win10系统常用的快捷键
原来键盘还能这么玩?——win10系统常用的快捷键
原来键盘还能这么玩?——win10系统常用的快捷键
Win软件 - Sublime 快捷键
Win软件 - Sublime 快捷键
100 0
Win软件 - Sublime 快捷键
|
存储 Web App开发 搜索推荐
电脑常用快捷键大全(含Visual Studio快捷键操作)(上)
电脑常用快捷键大全(含Visual Studio快捷键操作)
271 0
|
缓存 安全 搜索推荐
电脑常用快捷键大全(含Visual Studio快捷键操作)(下)
电脑常用快捷键大全(含Visual Studio快捷键操作)
253 0
|
缓存 Windows
实用电脑快捷键(强烈推荐)
实用电脑快捷键(强烈推荐)