Reputation: 742
Here is my problem:
After a fresh installation of Resharper, all my shorcuts are perfectly fine. Then, I can't figure out what I am doing wrong, but suddently all my shortcuts get messed up. Shortcuts change and sometime just disapear. The scheme may change several times.
When I reset my VS settings and then re-apply the resharper scheme, everything work fine for a while and then everything change again.
I use Visual Studio 2015 Enterprise Update 3 and Resharper Ultimate 2017.1.2
Is there a shortcut to change shortcuts with Resharper or Visual Studio I may not be aware of??
Thanks!
Upvotes: 1
Views: 56
Reputation: 25019
If Visual Studio account is used, settings are syncronized across all computers where you logged in. In-sync settings are listed here: Synchronized Settings in Visual Studio.
So, I guess this is the problem.
Quick way: disable sync in Options -> Environment -> Synchronized Settings
.
Right way: make the sync to work correctly.
Close all VS instances across all your computers.
Open single VS instance. Make sure you've signed in.
Setup the settings and make a backup (Tools -> Import and Export Settings...
).
After a while, close VS. Probably it should trigger the syncronization.
Open second VS instance and ensure you have correct and latest settings there.
Upvotes: 1