Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove all resharper keybindings?

I like resharper fine, but with the new pricing, the trial ran out and I want to try life without it.

Except after disabling all the Resharper commands are still bound in my keyboard options! So ctrl+, doesn't fall back to the standard VS behavior because its bound to Resharper.Resharper_GotoRecentEdits which is, of course, disabled.

Even clicking Reset in the keyboard options does not remove the keybindings. So what the heck. How do I get rid of all the resharper stuff? It is currently suspended and doesn't have a menu item.

This is Visual Studio 2015 with Resharper Ultimate trial

like image 468
George Mauer Avatar asked Sep 13 '15 17:09

George Mauer


People also ask

How do I reset ReSharper?

ReSharper can be suspended and resumed in the "Tools | Options | ReSharper | General" dialog.

How do I uninstall Jetbrains ReSharper?

Control Panel can be found at Start | Windows System | Control Panel; Click uninstall for the ReSharper Ultimate record; Windows will notify you that there is no uninstaller and will suggest removing the record.

How do I reset keyboard shortcuts in Visual Studio?

Go to Tools->Options->Keyboard, choose (Default) and click Reset.

Where can I find Keybindings JSON?

On Windows: go to File -> Preferences -> Keyboard shortcuts, or press Ctrl+K, then Ctrl+S, or edit %UserProfile%\AppData\Roaming\Code\User\keybindings. json file.


1 Answers

The following steps worked for me:

  • Disable ReSharper
  • In ReSharper's options -> Keyboard & Menus, select the Visual Studio scheme and click on Apply Scheme.
  • Mind the note under the Apply Scheme button: Click save to close the ReSharper Dialog and...
  • In TOOLS --> Options | Keyboard, make sure the right mapping scheme is selected (Visual C# 2005 for me) and click Reset and finally, Ok

That did the trick for me. opening the keyboard dialog once again and hitting Ctrl+, in the Press shortcut keys was no longer showing the key mapping to be bound to Resharper.Resharper_GotoRecentEdits

like image 107
Fabio Salvalai Avatar answered Oct 27 '22 05:10

Fabio Salvalai