VS利器:Visual Assist X快捷键使用小结
|
快捷键 |
鼠标点击 |
功能 |
| 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 Method | 从repetitive or commonly used code中创建新methods;对于C/C++,勾选Extract to Source将生成的method放在source file里,而不是在header file中inline. | |
| VA选项Display tab | 高亮当前行 |
.
浙公网安备 33010602011771号