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
Please sign in to leave a comment.
You can make a quick list:
and reassign Ctrl+Click to it:
Great! Gobsmacked by the promptness of response!
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?
https://youtrack.jetbrains.com/issue/IDEA-184341 looks like a related issue, please vote.