Reputation: 611
I had installed Visual Studio 2015 Community and Resharper 9 on a clean windows 10 machine. Somehow I had the shortcut Ctrl+. working for me, it would bring up quick actions and refactoring window. I'm not sure if the shortcut was mapped to Resharper or VS.
Somehow, I have lost this shortcut, the context menu says Ctrl+Alt+. should do the same, but the shortcut does nothing at all. How can I get my shortcut back?
Upvotes: 2
Views: 4946
Reputation: 606
Go to ReSharper’s editor appearance options (ReSharper > Options > Environment > Editor > Editor Appearance) and disable Enable action bar for action indicators and show it next to the left margin.
Go to in ReSharper’s code analysis options (ReSharper > Options > Code Inspection > Settings) and disable Do not show Visual Studio bulb (VS action will be merged into ReSharper bulb).
Upvotes: 1
Reputation: 824
Reshaper provides two Default Keyboard Shortcut Schemes.As
What you are looking for is go to Tools | Options | Environment | Keyboard. find choose Visual studio scheme and save.Restart IDE.
Upvotes: 1
Reputation: 7301
I am not sure if I understand correctly what popup you meant.
method/property/class/...
and pressing CTRL+SHIFT+R the refactor this popup opens.Both shortcuts are the default from ReSharper.
Upvotes: 0