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.
Asked
Active
Viewed 2,973 times
3 Answers
4
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).

sean e
- 11,792
- 3
- 44
- 56
2
In VS2013,
- On the Tools menu, click Extensions and Updates.
- In the Extensions and Updates dialog box, locate Visual Assist.
- Disable it.

zwcloud
- 4,546
- 3
- 40
- 69
1
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.

sean e
- 11,792
- 3
- 44
- 56