views:

1638

answers:

3

I'm new to Resharper and have 2 questions :


1.I installed Resharper and it works in VS but I want disable it for some reason.
But whenever I search in the Resharper menu cant find disable option.

[Update]{ I moved my second question here :
http://stackoverflow.com/questions/2189854/what-is-the-best-practice-to-jump-out-of-closing-bracket-in-resharper}
2.Its good when resharper inserts closing bracket automatically.
But assume condition that the method didn't have any parameter
in this situation it takes more time to jump out of the brackets is there a work around ?
now I use mouse to jump out from closing bracket.

I see the answer get 3 vote up but it not work for me :

alt text

+3  A: 

Tools/Add-In Manager. Uncheck resharper. That should disable it.

Kevin Stafford
But in My Tools/Add-In Manager there is not any option. A blank grid just showed. I don't have Administrative account if this is the case.
ali62b
A: 

Re-Sharper, like all other Visual Studio Add-ins can be unloaded by going into the AddIn Manager and unchecking the addin you want to unload.

The AddInManager is under Tools | AddIn Manager.

For the brace completion behavior you can modify it under the Resharper Menu options, completion behavior. Not sure you can get exactly what you want but the available options are shown there.

Foovanadil
But in My Tools/Add-In Manager there is not any option. A blank grid just showed. I don't have Administrative account if this is the case.
ali62b
something appears to wrong with your installation of ReSharper. I can clearly see the ReSharper menu showing in your screen shot. Not sure if you need admin privs for the AddIn manager, but I don't think you do. You could try uninstalling and reinstalling ReSharper to see if that fixes the issue?
Foovanadil
+11  A: 

You can disable Resharper 5 and newer versions by using the Suspend button in

  Tools > Options > Resharper 
matthew.perron