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
Enterdirectly, thenUpandCtrl + Enterfor no-arg constructor.Enterdirectly, thenCtrl + Ato select all of the arguments.