Just a small tip I’ve discovered today:
Usually I use code assist in such way e.g. to get System.out.print() press the following “S”+Ctrl+Space+Enter+dot+”o”+Enter+dot+”p”+Enter+”(”. But it can be done faster – just enter “S”+Ctrl+Space+dot+”o”+dot+”p”+”(”. So Enter key can be omitted. Minus three keypressing - cool
P.S. BTW, for such a commonl thing as System.out.println() code template “sysout” can be used.
