How can I disable ReSharper in Visual Studio and enable it again?
问题 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. 回答1: You can disable ReSharper 5 and newer versions by using the Suspend button in menu Tools -> Options -> ReSharper . 回答2: If you want to do it without clicking too much, open the Command Window ( Ctrl + W , A ) and type: ReSharper_Suspend or ReSharper_Resume depending on what you want. Or you can even set a keyboard shortcut for this purpose.