IntelliJ

Keyboard Shortcuts

IDE

Keymap Action
SHIFT, SHIFT, SHIFT Search in All
CTRL + SHIFT + A Search in Actions
CTRL + N Search Class
CTRL + ALT + SHIFT + N Search symbol in any class

Editor

Keymap Action
ALT + F1 Select in... Project Navigator
ALT + ENTER Automatic add import of the current type
ALT + Insert Menu to generate getters, setters or constructor.

Code Navigation

Keymap Action
CTRL + F12 Show list of Methods and Fields of the current Class
CTRL + ALT + B Show the classes that implements an interface in the current project
CTRL + H Show class hyerarchy

Debugging

Keymap Action
ALT + F8 Inspect in debug

Plugins


java tools

Back