Aditya Aggarwal
Aditya Aggarwal

Reputation: 43

Configuring Intellij to behave as Eclipse

As i recently switched to Intellij from eclipse, i was looking for a way a way i can make Intellij shortcuts to behave same as Eclipse.

I found that there are individual shortcuts available to be edited, But that is too much time taking.

Any help on locating the easy way out?

Upvotes: 2

Views: 5528

Answers (2)

Rufi
Rufi

Reputation: 2655

If you go to File -> Settings -> Keymap you can choose Eclipse from the dropdown list.

enter image description here

More information regarding keyboard shortcut configuration you could find here.

Personally I would advise to learn the default shortcuts from Intellij IDEA.

Upvotes: 5

Petr Rastegaev
Petr Rastegaev

Reputation: 2109

There is Eclipse predefined keymap in "Keymap" list at Settings | Keymap. Also check this article: https://www.jetbrains.com/help/idea/eclipse.html

Upvotes: 0

Related Questions