我常用的VC快捷键

VC(带VAssist插件)快捷键

 

.h文件与.cpp文件切换(VAssistX.OpenCorrespondingHorCPP)

Alt+O

光标前次的位置(View.NavigateBackward)

Alt+

光标后次的位置(View.NavigateForward)

Alt+

跳到类或函数的定义处(VAssistX.GotoImplementation)

Alt+G

切换标签(Window.NextDocumentWindow)

Ctrl+Tab

自动补全(Edit.CompleteWord)

Alt+/

注释(Edit.CommentSelection)

Ctrl+/

去掉注释(Edit.UncommentSelection)

Ctrl+Shift+/

列出所有方法和类(VAssistX.ListMethodsinCurrentFile)

Alt+M

跳到配对的括号处(Edit.GotoBrace)

Ctrl+]

设置取消书签(Edit.ToggleBookmark

F2

跳到下一个书签(Edit.NextBookmark)

Ctrl+F2

跳到上一个书签(Edit.PreviousBookmark)

Ctrl+Shift+F2

 

 

编译工程(Build.BuildSolution)

Ctrl+Shift+B

设置/取消断点(Debug.ToggleBreakpoint)

F9

调试/运行到下个断点(Debug.Start)

F5

执行一步(Debug.StepOver)

F10

进入函数(Debug.StepInfo)

F11

跳出函数(Debug.StepOut)

F12 / Shift+F11

执行到光标所在行(Debug.RunToCursor)

Ctrl+F10

 

调出VC2003修改界面的步骤:ToolsOptionsEnviromentKeyboard

 

如果新设的快捷键与原有的冲突,可能导致新设的快捷键不可用,那就把原来的快捷键清掉吧。

 

你可能感兴趣的:(我常用的VC快捷键)