Ctrl-click behavior

Answered

I'm developing in Java and just moved from Eclipse to Intellij
In eclipse when I control-click on a method name I get 3 choices- a)Open Declaration b)Open Implementation and c)Open Return Type.

In IntelliJ Ctrl-Click takes me to Declaration (in the interface) and Ctrl-Alt-B takes me to implementation.

How can I get closer to Eclipse like behavior?

 

Thank you

2
4 comments

You can make a quick list:

and reassign Ctrl+Click to it:

0
Avatar
Permanently deleted user

Great! Gobsmacked by the promptness of response!

0
Avatar
Permanently deleted user

On Eclipse the corresponding shortcut is "cmd-click". Unfortunately when using the same shortcut with this "hack", trying to select multiple files in the project view (using the system shortcut "cmd-click" results also into a quicklist popup being shown!

Is there a way to limit this shortcut to the editor?

0

Please sign in to leave a comment.