ReSharper key bindings problem

前端 未结 9 1114
时光说笑
时光说笑 2021-01-30 09:55

I use: Visual Studio 2010 Ultimate, Resharer 6.

In ReSharper\'s options i choose Visual Studio keyboard sheme and click Apply Sheme:

相关标签:
9条回答
  • 2021-01-30 10:32

    I know this is a little old, but I just thought I'd share my epiphany... It seems that with Resharper 7x and VS2010 (probably anything later too), is best set when you op for the selecting the "Text Editor" as the settings to update under Options->KeyBoard. So, what I would recommend if you like some of Resharper features, use this site to get the shortcuts Resharper Shortcuts

    Then set them accordingly with Text Editor selected as the settings to update. Global does NOT seem to work consistently.

    FYI- Text Editor works for C#, CSS and javascript. Not sure about other languages within VS.

    0 讨论(0)
  • 2021-01-30 10:34

    This one worked for me 100% after trying a bunch of other things:

    1. Go to Tools -> Options -> Environment -> Keyboard -> Press the (RESET) button
    2. Go to ReSharper - > Options -> Keyboard & Menus -> Select the "Visual Studio" scheme -> Press "Apply Scheme"
    3. Press "Save"
    4. Press "CTRL-T". Since this shortcut is mapped in both VS and Resharper, you will be presented with the "Shortcut Conflict"-window. Here you select "Use ReSharper (Ultimate) command" and make sure to check the box "Apply to all ReSharper (Ultimate) shortscuts".

    Voila!

    0 讨论(0)
  • 2021-01-30 10:38

    Hpersw's solution works. in VS -> Tools -> Import & Export Settings -> Reset all settings and press finish. This should give you the shortcuts back

    0 讨论(0)
  • 2021-01-30 10:43

    This is a known issue that affects all ReSharper shortcuts that include F12 after switching from IntelliJ keymap to VS keymap. It's documented in this bug report that you're free to watch and vote for. As far as I'm aware, the only workaround would be to reassign the broken shortcuts manually through Tools > Options > Keyboard.

    0 讨论(0)
  • 2021-01-30 10:43

    After wrestling with this for half a day and trying all of the options above, I finally found the magic setting that fixed MY problems: I UNSELECTED "Hide overriden Visual Studio Items" in Options/Keyboard and Menus"

    0 讨论(0)
  • 2021-01-30 10:43

    The easiest way to solve this problem is :

    Go to: ReSharper -> Manage Options -> Reset All Settings

    These steps gonna solve your shortcuts (key bindings) issues.

    You DO NOT have to constantly perform the following actions:

    1) Go to Tools -> Options -> Environment -> Keyboard -> Press the (RESET) button
    
    2) Go to ReSharper - > Options -> Keyboard & Menus -> Select the "Visual Studio" scheme -> Press "Apply Scheme"
    
    0 讨论(0)
提交回复
热议问题