shortcuts:
shift + esc = Maximize code editor.
alt + enter = fix against error/warn on line.
ctrl + space = code suggest.
Code completion with tabs:
sout =System.out.println("");
trycatch =complete trycatch block