Keyboard shortcuts are not active in Visual Studio with Resharper installed

前端 未结 22 1073
说谎
说谎 2020-12-04 05:43

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

The problem is that no shortcuts

相关标签:
22条回答
  • 2020-12-04 06:11

    The only thing I could find said first try and do a VS-Repair. If that doesn't work then do this.

    Restart Windows and in safe mode, run devenv /safemode in Visual Studio 2005 Command Prompt. If in safe mode this issue disappeared, the cause should be third-party applications, services or Visual Studio Add-ins. Please also try devenv /resetsettings or devenv /setup in Command Prompt.

    http://support.microsoft.com/kb/907965

    http://forums.asp.net/t/1103223.aspx/1

    0 讨论(0)
  • 2020-12-04 06:13

    First you need to reset VS setting (tools > option > Export Settings > Reset all settings) and click Resharper button(Option > Environment > Keyboard&Menu > Keyboard shortcuts) select item you want to use and apply scheme.

    It's work for me on visual studio 2012.

    0 讨论(0)
  • 2020-12-04 06:17

    I have faced same problem. I followed the approved answer. I have done but it was not working, because my keyboard format was different. It was in Bengali keyboard. But later I have changed my keyboard layout and tried in this way.

    Resharper > Options > Keyboard & Menus > Apply scheme > Save.

    Then it was working fine. But whenever I change my keyboard English-US to Bengali then it changes again and I need to do reconfigure.

    0 讨论(0)
  • 2020-12-04 06:22

    This worked for me.

    Setting to Resharper / Options / KeyBoard & Menus / None / Apply and Save

    and then

    Resharper / Options / KeyBoard & Menus / Set to Visual Studio / Apply and Save

    0 讨论(0)
  • 2020-12-04 06:22

    I had a very difficult time getting this working one under VS2015 one day. After the initial install everything was working, but I come in this morning and my keyboard shortcuts don't work. Going through Resharper's Environment > Keyboard & Menus didn't work; reinstalling Resharper didn't work. Even deleting every configuration from Resharper's AppData folder didn't work.

    So what did work? Going to Visual Studio's Tools > Options > Environment > Keyboard and clicking Reset. After I did that, then Resharper's schemes would take.

    0 讨论(0)
  • 2020-12-04 06:22

    Just a comment on this issue. After I installed Visual Studio 2015 RTM all my resharper shortcuts were gone. (I had them working just fine with RC) A few of my colleagues were having the exact same issue with Visual Studio 2012.

    I tried all the suggestions in here but none worked. The way I found to solve this was to: go to Tools -> Import and Export Settings , select the "Import selected environment settings" and in my case use the Settings I had from my RC installation (you can see that there are files with parts of a date as the filename like: CurrentSettings-2014-09-22). For my colleagues problem I basically sent them my .vssettings that I had that was working on my local VS2012 installation.

    This effectively solved the shortcut problem. Further investigation in my case showed that although I applied the Resharper shortcuts they were never bound to the actual shortcut key thats why resetting stuff never worked.

    0 讨论(0)
提交回复
热议问题