C# – Keyboard shortcuts are not active in Visual Studio with Resharper installed

cresharpervisual studio

I have Visual Studio 2012 + Resharper 7.1.1000.900 + StyleCop 4.7.44 installed.

The problem is that no shortcuts are active since Resharper was installed.

For example:
I can rename via 'Refactor > Rename'. But shorcut Ctrl+R does nothing.

I've set Resharper keyboard scheme to 'Visual Studio' in 'Resharper > Options > Environment > Keyboard & Menus'

Is there any way to activate shortcuts? Thanks.

Best Answer

I would first try resetting all Visual Studio settings (Tools > Import and Export Settings > Reset all settings), then go to the Resharper > Options > Keyboard & Menus and re-apply the keyboard shortcut scheme.

I had to do something similar once.