Visual Assist X快捷键

open file in solution 打开文件中的解决办法
open Corresponding file 打开相应文件
list methods in current file 列表方法在当前文件
file symbol 文件标记
find references 找到参考资料
find references in file 找到参考文件
clone find references results 寻找克隆结果
find previous by context 找到以前的前后关系
goto implementation转到执行
refactor重构
paste粘贴
insert VA snippet 插入VA片段
surround with VA snippet环绕与VA片段(例如:if(){})
tools工具
enable/disable visual assist x启用/禁用视觉协助x
visual assist x options视觉协助x选项
refactor重构
add member 新增成员
add similar member添加类似的成员
create declaration 创建报单(声明)
create implementation建立执行(实施)
add include添加包括
changs signature改变签字
change visibility改变能见度
document method文件方法
encapsulate field封装字段
extract method提取方法
move implementation to source file移动执行源文件
rename重命名
tools工具
VA outline -VA大纲
VA View -VA视图
find references results寻找参考资料的结果
spell check拼写检查
sort selected lines排序选定线
reparse current file重当前文件

部分快捷键
Shift+Alt+F Find References 查找引用
Shift+Alt+S FindSynbolDialog打开查找符号对话框
Alt+G GotoImplementation调到实现
Alt+M ListMethodsInCurrentFile
Alt+Left Arrow NavigateBack 后台
Alt+O OpenCurrespondingFile .h/.cpp切换
Shift+Alt+O OpenFileInSolutionDialog打开解决方案文件对话框
Ctrl+Shift+V Parse弹出最近10个copy的内容菜单
Shift+Alt+Q RefactorContextMenu 弹出重构菜单
Shift+Alt+C RefactorCreateFromUsage
Shift+Alt+R RefactorRename改名
Alt+Down Arraw ScopeNext
Alt+Up Arraw ScopePrevious

原文地址:https://www.cnblogs.com/Clin/p/3047375.html