I installed ReSharper, and it works in Visual Studio, but how can disable it?
Whenever I search in the ReSharper menu I can't find a disable option.
I installed ReSharper, and it works in Visual Studio, but how can disable it?
Whenever I search in the ReSharper menu I can't find a disable option.
In ReSharper 8: Tools -> Options -> ReSharper -> Suspend Now
You can disable ReSharper 5 and newer versions by using the Suspend button in menu Tools -> Options -> ReSharper.
I always forget how to do this and this is the top result on Google. IMO, none of the answers here are satisfactory.
So this time, for the next time I search this and to help others, here's how to do it and what the button looks like to toggle it:
Open
package manager console
via theQuick Launch
bar near the caption buttons to launch a PowerShell instance. Enter the code below into the Package Manager Console Powershell instance:If you want to add it to the standard toolbar:
If you want to add it to a new custom toolbar:
If you mess up or weren't happy with the bar you added it to and need to start over, remove it with:
In addition to adding the button, the keyboard shortcut
ctrl+shift+Num -, ctrl+shift+Num -
(that is: ctrl shift and double-tap keypad_minus) works great.EDIT: Looks like StingyJack found the original post I found long ago, that never shows up when I do a google search for this: https://stackoverflow.com/a/41792417/16391
In case the solution did not help to just suspend resharper (STRG+R, STRG+R did still not work for example) I decided to disable the plugin and restart visual studio.
https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-diagnose-extension-performance
In Visual Studio 2017 ReSharper 2018.X.X can be enabled and disabled by going to
Help
>Manage Visual Studio Performance
. Then selectJetBrains ReSharper ...
underExtensions
.