启动 Visual Studio 时禁用加载 Visual Assist X
有没有办法在启动 VS 时禁用 VA X 并仅在需要时重新打开它?因为这会导致一些滞后。我似乎在VS的选项或VA的选项中都找不到该选项。
Is there any way to disable VA X when launching VS and turn it back on only when needed? Since it will cause some lag. I seem can't find the option either in VS's option or VA's option.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Visual Studio 启动时按住
shift
键 - 这将阻止加载所有加载项(至少在较新版本的 Visual Studio 中)。Hold the
shift
key down when Visual Studio starts up - this will prevent all addins from loading (at least in more recent versions of Visual Studio).在 VS2013 中,
In VS2013,
Visual Assist 有一个禁用其功能的命令;启用/禁用位于视觉辅助菜单上。您可以在启动时运行该命令(例如通过宏),然后在您想要使用其功能时重新启用。但是,您不能在阻止加载的同时执行此操作。
Visual Assist has a command to disable its features; Enable/Disable is located on the Visual Assist menu. You could run that command (for example via a macro) at startup, then re-enable when you wanted to you use its features. However, you can't do this at the same time as preventing it from loading.