Visual Assist X设置
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重当前文件
如果在使用该插件的时候,VS的智能提示出现混乱,可以执行Visual Assist X Options-->Performance-->Rebuild和Clear操作。