visual-studio-2008visual-assist

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


Solution

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