快捷键

鼠标点击

功能

Ctrl+Shift+V 多重剪贴板
Alt+G(oto )goto按钮跳转到符号的定义或声明
Alt+O(pen corresponding file)toolbar button在头文件和cpp文件中切换
Alt+M(ethods and classes)the Down Arrow near the Context field类和方法列表(当前文件中的)
Alt+Down/Alt+Up 跳转到下/上一个方法(在方法内跳转到下/上一个最外层区域)
Ctrl (listbox displayed) 显示被listbox遮蔽的代码
Ctrl+Space 查看完整补全列表
 VA Outline中拖放整理代码结构(右键选择 环绕或重构)
#ifdef #endif
 Right+Click(misspelled words)拼写建议
 Right-click(in the selection margin)to create a VA Snippet from the currently selected text
 Extract Methodrepetitive or commonly used code中创建新methods;对于C/C++,勾选Extract to Source将生成的method放在source file里,而不是在header file中inline.
 VA选项Display tab 高亮当前行

  .

转载于:https://www.cnblogs.com/wei-li/archive/2012/05/12/2497268.html

更多推荐