Resharper configuration: disable all but Code Cleanup
My development company is currenly using ReSharper, StyleCop, and StyleCopForResharper plugin to clean up our code and comply with StyleCop regulations. Once configured, it works admirably, and is responsible for a much more consistent finished product.
However, in our current project, we are required to do all development work over a VPN on virtual machines. Performance on these machines is pretty bad, and with Resharper enabled, the entire environment becomes unworkably slow. Unfortunately, for this project I find I need to do most of my development with ReSharper disabled. Prior to code check-in, I enable Resharper and run the Code Cleanup with a StyleCop cleanup profile.
I am wondering if there is any way to configure Resharper in a minimal configuration, to disable all real-time features (shortcuts, intellisense, etc.) and leave only the manually triggerd Cleanup Code option enabled.
Thank you for any reply. I tried searching the forum for a similar request but could not find one.
Please sign in to leave a comment.
Hello Anthony,
You can disable code analysis under ReSharper | Options | Code Inspection
| Settings, switch to Visual Studio built-in IntelliSense under ReSharper
| Options | IntelliSense | General and also turn off all options under ReSharper
| Options | Editor. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thank you for the reply. I have tried previously to disable individual options, however it did not do much to improve the overall performace. I will try again following your directions.