How do you configure Eclipse to produce System.out.println()
with syso
or the main method when typing main
and then pressing Ctrl
+ Space
without pressing Enter
to confirm afterwards? I'm having a problem with this on Eclipse, running Ubuntu 14.04, but I know that it's possible because computers at my University(both Win and Linux machines) did this for me on Eclipse.
When pressing Ctrl
+ Space
, I get the normal suggestion window. This works, but I would like to find out how to copy the set-up I have at Uni, where pressing Ctrl
+ Space
after entering syso
writes the statement automatically.
I hope I've explained this well enough. I didn't manage to find anyone with my problem so I asked this question.