Intellij IDEA shortcuts vs Eclipse shortcuts

7.4k views Asked by At

I'm starting to use Intellij IDEA and it's taking some time to get used to the shortcuts, especially coming from years using Eclipse.

I don't know whether the IDEA shortcuts were specially designed for a better experience using it. For that reason, my question:

Is it worth investing some time learning the Intellij IDEA shortcuts or just using Eclipse shortcuts is enough?

4

There are 4 answers

0
Bas Leijdekkers On BEST ANSWER

As this blog article says: Don't bring your shortcuts with you

0
NIMISHAN On

It is better to spend some time to learn Intellij IDEA shortcuts if you decide to use Intellij IDEA for your work, because most of the shortcuts differ from Eclipse.

Shortcut Example :

CTRL+N -->

  • (Eclipse) Create new project using the Wizard.
  • (Intellij IDEA) To quickly open any class.

Ctrl+W -->

  • (Eclipse) Close current file
  • (Intellij IDEA) Select successively increasing code blocks

Action Example :

  • Run : (Eclipse) Ctrl+F11 ; (Intellij IDEA) Shift+F10
  • Debug :(Eclipse) F11 ; (Intellij IDEA) Shift+F9

More shortcuts for Eclipse and Intellij IDEA

0
mtk On

you can create and customize your own keymap (your own shortcuts). there is an excellent plugin that can help: https://plugins.jetbrains.com/plugin/6827?pr=

0
James Oravec On

If you plan to use IntelliJ you might as well invest the time to get used to the shortcut key differences. You'll probably want to spend some time getting familiar with the IDE too, and see how things are done differently, and other things like plugins that might be useful for you. I would recommend watching the series of short videos at 2X speed to get you familiar quickly: https://www.jetbrains.com/idea/documentation/