Is there an IntelliJ Keymapping plugin for Eclipse?

后端 未结 5 966
遇见更好的自我
遇见更好的自我 2021-01-30 06:33

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

相关标签:
5条回答
  • 2021-01-30 07:01

    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

    0 讨论(0)
  • 2021-01-30 07:06

    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!

    0 讨论(0)
  • 2021-01-30 07:10

    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/

    0 讨论(0)
  • 2021-01-30 07:11

    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

    0 讨论(0)
  • 2021-01-30 07:20

    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".
    0 讨论(0)
提交回复
热议问题