Visual Studio ReSharper Keymap for IntelliJ IDEA

11,719

Solution 1

Yes, JetBrains is hearing. ) I'll pass your suggestion over to the IntelliJ team. Not sure how it goes from there but it's worth a try.

Solution 2

As a summary from the comments:

Also works in Android Studio, as it is IntelliJ-based.

Solution 3

This was completed a while ago!

IntelliJ 15.0.6 now has built in support for Visual Studio key bindings, see: https://confluence.jetbrains.com/display/IntelliJIDEA/Configure+Keymap

enter image description here

The keyboard bindings are not 100% complete, I tend to add remaining keyboard bindings manually as I discover differences.

Share:
11,719
ehsanullahjan
Author by

ehsanullahjan

Son, husband, dad, programmer, gamer… Certainly a class that violates the SRP ;)

Updated on June 06, 2022

Comments

  • ehsanullahjan
    ehsanullahjan almost 2 years

    I primarily use Visual Studio and ReSharper (R#) for development and have excellent working knowledge of R#. I want to leverage that knowledge in IntelliJ IDEA (with my personal Java adventures) without having to learn the IDEA keymap scheme. IDEA has a Visual Studio keymap but that mainly updates such key bindings as Find (Ctrl + F) and Replace (Ctrl + H) etc. Because Visual Studio doesn't have built-in capabilities like "Inspect This..." etc. (the kinda stuff provided by R#), those IntelliJ keybinding in Visual Studio keymap are merely a dump of IDEA's.

    In VS.NET, ReSharper comes with two keymaps, IDEA and Visual Studio. I've been using the Visual Studio keymap since R# 5 and really would like to have a keymap in IntelliJ idea that actually is a combination of the Visual Studio IDEA keymap and R# Visual Studio keymap. This combinational keymap is what I am calling Visual Studio ReSharper (R#) keymap for IntelliJ IDEA.

    I'd appreciate if someone can share thier keymap if they have created one that's close to the stated description. If JetBrains is hearing, how about bundling an additional keymap scheme with IntelliJ that's essentially a combination of Visual Studio scheme (in IntelliJ IDEA) and ReSharper Visual Studio scheme (in VS.NET)?

  • ehsanullahjan
    ehsanullahjan over 12 years
    OK, @hhariri already released a "first" version of R#-based keymap for IntelliJ for OSX (should work on Windows as well). So this new R#-based keymap for IntelliJ IDEA is cooking in JetBrains labs apparently. That's sooner than I expected, kudos! twitter.com/#!/hhariri/statuses/138920149263728640
  • Hadi Hariri
    Hadi Hariri over 12 years
    We'll most likely include this bundled at some point so any feedback appreciated.
  • Giorgi
    Giorgi over 12 years
    @HadiHariri: Is there any news about this feature?
  • Hadi Hariri
    Hadi Hariri over 12 years
    You can download it from here dl.dropbox.com/u/3569762/resharper.jar. We're working on including it but can't say when that will happen yet.
  • Eben Geer
    Eben Geer over 12 years
    It works great, thanks! In case it also wasn't obvious to anyone else, you download resharper.jar and choose it in "Import Settings" in the File menu.
  • Damian
    Damian almost 12 years
    Found it at github.com/hhariri/Tidbits/blob/master/resharper.jar (view Raw to download). How to use it: hadihariri.com/2012/02/17/…
  • Hadi Hariri
    Hadi Hariri almost 12 years
    It's now on GitHub as Damian mentions github.com/hhariri/Tidbits/blob/master/resharper.jar Sorry for broken link
  • Contango
    Contango over 7 years
    Support for Visual Studio key bindings was added to IntelliJ a while ago, see my answer.
  • ehsanullahjan
    ehsanullahjan over 7 years
    See the answer by @Contango below -- the Visual Studio keymap is now bundled as part of IntelliJ.
  • Daniel Hilgarth
    Daniel Hilgarth about 7 years
    Problem is, they are completely different from the shortcuts that we are used to in ReSharper. :-(