Keyboard shortcut synchronization with Eclipse and IDEA?

28,654

Solution 1

Odd, someone had the exact same wish back in 2005!

Intellij is supposed to have an Eclipse Keymap

The IntelliJ FAQ for eclipse user mentions:

IntelliJ IDEA includes a bundled Eclipse keymap, so you can select it in Settings dialog, Keymap if you prefer using shortcuts you're accustomed to.

IntelliJ is supposed to have that Eclipse keymaps since the Demetra 6.0.5 version.
See their Release Notes from that (old) version.

Solution 2

To get Eclipse Shortcuts, go to "Settings" and type "keymap". Then select Eclipse on the list.

Solution 3

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!

Solution 4

From the Settings dialog box --> select Keymap --> select "eclipse" from keymap dropdown list. Have a look at below link for details:
https://confluence.jetbrains.com/display/IntelliJIDEA/Configure+Keymap

Solution 5

This doesn't directly address your question, but IntelliJ's license allows you to run the application from home. See their faq.

That way you can use IntelliJ both at work, and at home.

Share:
28,654

Related videos on Youtube

djcredo
Author by

djcredo

Updated on June 19, 2020

Comments

  • djcredo
    djcredo about 4 years

    My time spent programming is split between what I do at work, and the programming I do at home in my spare time. At work, we use Vista machines and IntelliJ IDEA 8, whilst at home I use Mac OS X and Eclipse.

    As you can imagine, my ability to easily switch between the two is getting more difficult as I find the keyboard shortcuts are different.

    Is there a good way to quickly standardize the shortcuts for both Eclipse and IDEA? I see myself mostly using Eclipse in the future, so I would preferably like to switch in that direction.

    If not, I'll do it manually (ughh).

    • Anand Rockzz
      Anand Rockzz over 2 years
      Love you all! Had to switch to IntelliJ after 15 years or eclipse life, for work.. This was driving me nuts.. Ctrl+~ -> Keymap -> Eclipse (macOS) = Heaven
  • Extreme
    Extreme about 2 years
    clean and quick