Is there an IntelliJ Keymapping plugin for Eclipse?

EclipseEclipse PluginIntellij IdeaKeyboard Shortcuts

Eclipse Problem Overview


I am an old IntelliJ user, now working on a project that requires Eclipse. I don't mind learning the Eclipse default keyboard shortcuts where they exist, but so many operations don't have shortcuts assigned (grrrr!)

I was wondering if there is any plugin that would automatically assign the IntelliJ defaults to any action that does not already have a mapping?

As an alternative I guess I could also use a plugin that just wipes out all of the Eclipse defaults and replaces them with the IntelliJ versions.

Or do I have to just go and manually replace them all one by one :( ?

Eclipse Solutions


Solution 1 - Eclipse

The IdeaKeyScheme plugin was just developed by one guy that wanted the same thing. Source and binary are available. I haven't tried it myself, but many people use it with great success. It seems to be the only thing out there.

If you're concerned about keyboard mappings, the Key Promoter plugin for Eclipse (known as MouseFeed) will be a big help, too. There's also an IntelliJ version. I highly recommend this plugin for productivity enhancement.


Installation and enabling IdeaKeyScheme plugin

  1. For Eclipse: add jar file to eclipse/dropins/plugins folder.
  2. Restart Eclipse.
  3. Open WindowPreferencesGeneralKeys and select the scheme "Intellij Idea".

Solution 2 - Eclipse

I wanted the same thing since I predominantly use IntelliJ IDEA. Found this on the eclipse market place and up to now it has the same keymappings.

Activate it by going to : Window >> Preferences >> General >> Keys : change the scheme to : IntelliJ IDEA

https://marketplace.eclipse.org/content/intellij-idea-keymap-eclipse

Solution 3 - Eclipse

You may add a key map as described here: http://www.jroller.com/santhosh/entry/intellij_idea_key_scheme_for

The plugin itself is: http://jroller.com/santhosh/resource/IdeaKeyScheme.jar

You need just to put the jar file into eclipse/plugins and restart IDE. It works on Luna just fine!

Solution 4 - Eclipse

Open your eclipse software Drag and drop Installer button from > https://marketplace.eclipse.org/content/intellij-idea-keymap-eclipse

in your always open eclipse and that's all

Solution 5 - Eclipse

It turns out that in IntelliJ, by default you can choose a keymap scheme. So you can just apply the Eclipse Shortcuts without any plugin. Just press CTRl + `

Details here http://zeroturnaround.com/rebellabs/getting-started-with-intellij-idea-as-an-eclipse-user/4/

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
QuestionVictor GraziView Question on Stackoverflow
Solution 1 - EclipseRyan StewartView Answer on Stackoverflow
Solution 2 - EclipseAbhirukaView Answer on Stackoverflow
Solution 3 - EclipseAnton ShchastnyiView Answer on Stackoverflow
Solution 4 - EclipseM E S A B OView Answer on Stackoverflow
Solution 5 - EclipserazvangView Answer on Stackoverflow