Search code examples
c#windowsvisual-studioresharperstylecop

Keyboard shortcuts are not active in Visual Studio with Resharper installed


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 still rename via 'Refactor > Rename'. But shorcut Ctrl+R does nothing.

I tried setting Resharper keyboard scheme to 'Visual Studio' in 'Resharper > Options > Environment > Keyboard & Menus'

Is there any other way to activate shortcuts? Thanks.


Solution

  • 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.