Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable loading Visual Assist X when launching Visual Studio

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.

like image 629
Stan Avatar asked Sep 18 '10 01:09

Stan


2 Answers

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).

like image 56
sean e Avatar answered Oct 05 '22 23:10

sean e


In VS2013,

  1. On the Tools menu, click Extensions and Updates.
  2. In the Extensions and Updates dialog box, locate Visual Assist.
  3. Disable it.
like image 20
zwcloud Avatar answered Oct 06 '22 01:10

zwcloud