Is there a way to control the addins Visual Studio 2008 loads via the command line?
I am looking for a way to load my DevExpress plug in when I am working with VB or C# and alternatively load Visual Assist X when I am working on a c++ project.
Is there a way to control the addins Visual Studio 2008 loads via the
Share
Not a direct answer but you can disable Visual Assist X either via the menu (VAssistX | Enable/Disable ) or via the command VAssistX.EnableDisable (both of these toggle between on and off). Alternatively, you can add .cs and .vb file extensions to the “Extension to ignore” list in Visual Assist Options | Projects | File Handling.