Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio ReSharper Keymap for IntelliJ IDEA

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

like image 481
ehsanullahjan Avatar asked Nov 05 '11 19:11

ehsanullahjan


People also ask

How do I access keymap in IntelliJ?

To view the keymap configuration, open the Settings/Preferences dialog Ctrl+Alt+S and select Keymap. IntelliJ IDEA automatically suggests a predefined keymap based on your environment.

How do I enable ReSharper shortcuts?

Keyboard Scheme You can switch between two default keyboard shortcut schemes or choose None to configure ReSharper shortcuts yourself, in Visual Studio options (Tools | Options | Environment | Keyboard). Click Apply to apply the selected scheme.

How do I use Eclipse Keymap in IntelliJ?

Shortcut to use Eclipse shortcuts in IntelliJ Idea: Press ctrl+`(also have tilde~ on it, button at the left side of digit 1). Then press 3 (Keymap) and select 2 (Eclipse). Done!

How do I change keymap in Visual Studio?

On the menu bar, choose Tools > Options. Expand Environment, and then choose Keyboard. Optional: Filter the list of commands by entering all or part of the name of the command, without spaces, in the Show commands containing box. In the list, choose the command to which you want to assign a keyboard shortcut.


2 Answers

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.

like image 132
Jura Gorohovsky Avatar answered Oct 14 '22 19:10

Jura Gorohovsky


As a summary from the comments:

  • Download the jar-file that contains the appropriate keymap and UI-settings
  • Follow these instructions: File > Import Settings... > Select downloaded jar file.

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

like image 25
Alexander Pacha Avatar answered Oct 14 '22 20:10

Alexander Pacha