Reputation: 122052
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
Upvotes: 9
Views: 1270
Reputation: 2151
As per my comment on the initial post - it seems sometimes you have to uninstall ReSharper to remove the key bindings.
Upvotes: 0
Reputation: 2509
The following steps worked for me:
Visual Studio
scheme and click on Apply Scheme
.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
Upvotes: 9