Disable CodeRush
I do not want to uninstall code rush. I just want to have the chance to开发者_运维技巧 turn it off when I don't want it.
Is this possible? (express version)...
First you should turn on the "DevExpress" menu. This is hidden by default in CodeRush Xpress.
See this blogpost http://www.coderjournal.com/2009/08/show-coderush-xpress-9-2-menu-in-visual-studio/
Once this is done you should be able to use the Unload/Load menu option (Last item on DevExpress menu)
Additionally you can set CodeRush Xpress to not load fully by default..
Follow these steps to get to the Startup options page:
- From the DevExpress menu, select "Options...".
In the tree view on the left, navigate to this folder:
Core
Select the "Startup" options page. This page level is Expert, and will only be visible if the Level combo on the lower-left of the Options dialog is set to Expert.
Once on this page, you can toggle the "Load Manually" setting to dictate how CodeRush starts.
Shift Ctrl Alt O brings up CR's options dialog - not sure if there's something useful in the Xpress version though.
(In the Pro, the DevExpress menu has a "Unload" option)
In VS 2017 goto
Tools > Extensions and Updates
Then you can enable, disable, uninstall the CodeRush or any other extension.
I do not have any "Load Manually" checkbox in DevExpress Options, but 2 checkboxes: + Re-register CodeRush commands with Visual Studio on next startup + Always re-register CodeRush commands on startup
VS2008 DXCore 9.1.3 ReSharper 5.1
精彩评论