Hello, i am using a Visual Assist X with c++ for a long time, but now, some times I write c# code and some other addons seems more powerful for .NET, so i want to ask or request future.
Is it possible to disable VA X when some kind of project is active or when curent project have some specific dependicies? Or is it possible to fully disable VA X like it's not installed at all?
Also how to gisable in MSVC2012 Got To on Ctrl + Click?
VA Options -> Projects -> File Handling -> Extensions to ignore
and restart the IDE this will tell VA to ignore .cs files, so you will get VA as normal in your C++ code, but VA won't be active in your C# code. This should do what you are looking for.
Build 1949 introduces an option to restrict suggestions, completion and members listboxes to only c/c++ source (on the VA Options | Advanced | Listboxes page). It also introduces an option to restrict all VA features to only c/c++ source/projects (on the VA Options | Quick Config page).