Kyrill Alyoshin requests:
I am recent convert from Eclipse to IDEA. I like IDEA a lot. The only thing I really miss from Eclipse is that since its
3.1 version it has this option of automaticall placing ";" at the end of the statement whenever I type it. With IDEA I have
to hit "end"+";".
control-shift-enter: try to complete a line, adding quotes, parenthesys and semi-colons as necessary.
System.out.println("xx
-> control-shift-enter results in:
System.out.println("xx");