Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable Visual Assist X for certain project types

Is there any way to disable Visual Assist X for all project types but C/C++?

I'm switching a lot between C++ and C# projects, and I way prefer Resharper for handling C# projects. I know I can enable/disable Visual Assist manually through the toolbar, but is it possible to configure it so it will be disabled by default unless it's a C/C++ project?

Thanks

like image 626
Tchami Avatar asked Aug 12 '09 22:08

Tchami


People also ask

How do I disable Visual Assist?

In IDE | Tools | Customize | Add-ins and Macro Files, uncheck the entry for Visual Assist.

How do I turn on Visual Assist?

Enable Visual Assist if it is disabled in Tools | Extension Manager | Installed | All. Only if you run Visual Studio as administrator, confirm extensions may be loaded in Tools | Options | Environment | Extension Manager. Restart your IDE.


1 Answers

After speaking to their support line it seems as if it's not possible. However you can tell Visual Assist to ignore certain file types, such as .cs.

Visual Assist X Options -> Projects -> File Handling and then add .cs

It's not exactly what I wanted, but it seems to work.

like image 121
Tchami Avatar answered Oct 14 '22 19:10

Tchami