Is there an IntelliJ Keymapping plugin for Eclipse?

送分小仙女□ 提交于 2019-12-31 08:07:25

问题


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 :( ?


回答1:


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".



回答2:


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!




回答3:


Wanted the same thing, since i predominantly use idea. Found this on the eclipse market place and up to now it has the same keymappings.

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

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




回答4:


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/



来源:https://stackoverflow.com/questions/14105249/is-there-an-intellij-keymapping-plugin-for-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!