vc常用快捷键大全
来源:岁月联盟
时间:2009-02-25
ctrl o :open
ctrl p :print
ctrl n :new
ctrl shift f2 :清除所有书签
f2 :上一个书签
shift f2 :上一个书签
alt f2 :编辑书签
ctrl+f2 :添加/删除一个书签
f12 :goto definition
shift f12 :goto reference
ctrl /'num /' :displays the next symbol definition or reference
ctrl /'num-/' :displays the previous symbol definition or reference
ctrl j/k :寻找上一个/下一个预编译条件
ctrl shift j/k :寻找上一个/下一个预编译条件并将这一块选定
ctrl end :文档尾
ctrl shift end :选定从当前位置到文档尾
ctrl home :文档头
ctrl shift home :选定从当前位置到文档头
ctrl b/alt f9 :编辑断点
alt f3/ctrl f :查找
f3 :查找下一个
shift f3 :查找上一个
ctrl ]/ctrl e :寻找下一半括弧
ctrl shift ] :寻找下一半括弧并选定括弧之间的部分(包括括弧)
ctrl shift e :寻找下一半括弧并选定括弧之间的部分(包括括弧)
f4 :寻找下一个错误/警告位置
shift f4 :寻找上一个错误/警告位置
shift home :选定从当前位置到行首
shift end :选定从当前位置到行尾
ctrl l :剪切当前行
ctrl shift l :删除当前行
alt shift t :交换当前行和上一行
ctrl alt t :brings up the completion list box
shift pagedown :选定从当前位置到下一页当前位置
shift pageup :选定从当前位置到上一页当前位置
ctrl shift space:显示函数参数的tooltip
ctrl z/alt backspace :undo
ctrl shift z/ctrl y :redo
f8 :当前位置变成选定区域的头/尾(再移动光标或者点鼠标就会选定)
ctrl shift f8 :当前位置变成矩形选定区域的头/尾(再移动光标或者点鼠标就会选定)
alt f8 :自动格式重排
ctrl g :goto
ctlr x/shift del:cut
ctrl c/ctrl ins :copy
ctrl v/shift ins:paste
ctrl u :将选定区域转换成小写
ctrl shift u :将选定区域转换成大写
ctrl f8 :当前行变成选定区域的头/尾(再移动上下光标或者点鼠标就会选定多行)
ctrl shift l :删除从当前位置到行尾
ctrl shift 8 :将所有tab变成`或者还原
ctrl t :显示变量类型
ctrl ↑ :向上滚屏
ctrl ↓ :向下滚屏
ctrl del :删除当前单词的后半截(以光标为分割)
ctrl backspace :删除当前单词的前半截(以光标为分割)
ctrl ← :移到前一个单词
ctrl → :移到后一个单词
ctrl shift ← :选定当前位置到前一个单词
ctrl shift → :选定当前位置到后一个单词
ctrl shift t :将本单词和上一个单词互换
alt 0 :workspace window
alt 2 :output window
alt 3 :watch window
alt 4 :variables window
alt 5 :registers window
alt 6 :memory window
alt 7 :callstack window
alt 8 :disassembly window
ctrl w :classwizard
alt enter :属性
alt f7 :project settings
f7 :build
ctrl f7 :compile
ctrl f5 :run
ctrl break :stops the build
f5 :go
ctrl f10 :run to cursor
f11 :step into
alt f10 :apply codes changes
ctrl f9 :enable/disable a breakpoint
alt f11 :将 memory window 切换到下一种显示模式[Page]
alt shift f11 :将 memory window 切换到上一种显示模式
ctrl shift f9 :去掉所有断点
ctrl shift f5 :restarts the program
ctrl shift f10 :将当前行设为下一条指令执行的行
alt num* :滚动到当前指令
shift f11 :跳出当前函数
f9 :断点
f10 :step over
shift f5 :停止 debugging
ctrl f11 :switches between the source view and the disassembly view for this instruction
alt f12 :queries on the selected object or current context
alt f6 :toggles the docking feature for the window on/off
shift esc :隐藏窗口
ctrl f3 向下查找下一个当前光标所在位置的单词
ctrl shift f3 向上查找下一个当前光标所在位置的单词
ctrl shift g :?
ctrl * :?
ctrl space :?
ctrl f3 :?
ctrl shift f3 :?
ctrl d :?
ctrl i :?
ctrl shift i :?
f6 :?activates the next pane
shift f6 :?activates the previous pane
ctrl m :?detects duplicate mnemonics in the resource
ctrl+tab
ctrl+u:大写变小写
ctrl+shift u:小写变大写
ctrl+}括号配对
以下是资源操作快捷键
ctrl 1 new dialog
ctrl 2 new menu
ctrl 3 new cursor
ctrl 4 new icon
ctrl 5 new bitmap
ctrl 6 new toolbar
ctrl 7 new accelerator
ctrl 8 open string table
ctrl 9 open version info
ctrl f3 向下查找下一个当前光标所在位置的单词
ctrl shift f3 向上查找下一个当前光标所在位置的单词
ctrl d 激活工具条中显示查询内容的combobox
ctrl i 增量查找
ctrl shift i 反向增量查找
ctrl space 输入法???
还是不方便就只有自己设置了.
菜单:tools->customize中的keyboard选项卡
下一篇:vc struct的成员对齐学习