I'm using Intellij 2016.1 and I was wondering if there's a shortcut to see the method body in a popup window , instead of jumping to source code like Ctrl + Left Mouse Button does .
To navigate to the implementation, press Ctrl+Alt+B .
By default, IntelliJ IDEA shows all classes, methods, and other elements of the current file. To toggle the elements you want to show, click the corresponding buttons on the Structure tool window toolbar.
Press Ctrl+F12 or choose Navigate | Implementation(s) from the main menu . Alternatively, you can press Ctrl+Shift+A , start typing the command name in the popup, and then choose it there.
The feature is called "Quick Definition Lookup" (Main menu > View > Tool Windows in the keymap settings). The default combination is Ctrl+Shift+I (or ⌘+Q for Mac).
It appears like
Any editing actions in the popup window lead to jumping into the file where the code is defined.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With