Visual Studio ReSharper Keymap for IntelliJ IDEA

Visual StudioIntellij IdeaResharperKeymapping

Visual Studio Problem Overview


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)?

Visual Studio Solutions


Solution 1 - Visual Studio

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 - Visual Studio

As a summary from the comments:

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

Solution 3 - Visual Studio

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionehsanullahjanView Question on Stackoverflow
Solution 1 - Visual StudioJura GorohovskyView Answer on Stackoverflow
Solution 2 - Visual StudioAlexander PachaView Answer on Stackoverflow
Solution 3 - Visual StudioContangoView Answer on Stackoverflow