问题标签 [visual-assist]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
visual-studio - 为 Visual Assist 的快速操作分配快捷方式
在普通的 Visual Studio 中有Alt+Enter
快捷方式,它会弹出一个包含快速修复和改进建议的弹出窗口。
我正在使用Visual Assist插件进行 c++ 开发,它允许我右键单击一个项目并打开“快速操作和重构 (VA)”菜单。
我想将这两个选项合二为一: 在易于访问的Alt+Enter
快捷方式中拥有高级功能,而无需使用鼠标并单击鼠标右键。任何人都知道如何为“快速操作和重构”分配自定义快捷方式?或任何建议如何摆脱繁琐的右键单击?
c++ - IntelliSense 在我使用箭头键选择建议时移动线条
IntelliSense 在我使用箭头键选择建议时移动线条,因此当我按 Enter(或 Tab)进行确认时 - 它会发疯并删除我的一半代码
问题的 gif:https ://imgur.com/a/OK6t9zV
我该如何解决?
c++ - 有没有一种快速的方法可以知道班级成员对大型班级的可访问性?
我正在使用带有 Visual Assist 的 Visual Studio。
我发现如果一个类变得太大,你必须向上滚动以检查访问修饰符以了解方法或变量是否是公共的、受保护的等。这需要一些时间,如果滚动太快,可能会错过访问修饰符.
有没有办法,比如 Intellisense/Visual Assist 中的捷径或某事,让我立即知道成员的可访问性?
(场景:探索虚幻引擎源代码...)
c++ - Visual Studio auto tab "Move Lines Up/Down"
I normally select a portion of code and then use Alt+Up/Down to perform a "Edit.MoveSelectedLinesUp" or "Edit.MoveSelectedLinesDown". Trying to fix another auto formatting issue, I changed a substantial amount of settings. Then I didn't remember which ones I changed, So I decided to reset everything by "Tools-> Import and Export Settings -> Reset all".
Now when I perform this Move Up and Down, the code is not auto idented, so I need to manually tab it or do an auto format.
I tried reinstalling and installing everything, but for some reason Visual Studio remembers keeps doing it by default.
I don't know if this is the default behaviour or is it something I configured and I lost it by performing a reset.
Can anyone help me with this?
I use the C++ Editor and I have Visual Assist installed.
Thanks
c++ - 视觉辅助嵌套宏
视觉辅助未显示宏定义函数的参数
我正在使用 Glad for OpenGL,其中的每个基金都由宏定义,而 Visual Assist 没有显示宏函数的参数是什么。