IntelliJ IDEA useful shortcuts and tips
Here follows a short list of some IntelliJ IDEA useful shortcuts and tips to improve your productivity whilst coding Java.
Code generation
Type Alt + Insert
to open the code generation dropbox, then type:
Constructors
Enter
directly, thenUp
andCtrl + Enter
for no-arg constructor.Enter
directly, thenCtrl + A
to select all of the arguments.