Disable Visual Assist X for certain project types

廉价感情. 提交于 2019-12-03 14:40:53

问题


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


回答1:


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.




回答2:


You can disable your uncommon used one (Resharper, Visual assist ) from visual studio extentions (not to uninstall it) and enable when you develop need only



来源:https://stackoverflow.com/questions/1268973/disable-visual-assist-x-for-certain-project-types

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!