How Can I insert System.out.println() in Eclipse with ctrl + space

i do it this way: write syso and press ctrl+space. i believe you can configure this stuff: window -> preferences -> java -> editor -> content assist


Syso and hit CTRL + SPACE it will work in eclipse ....

And if you want to change it,,,

window > Preferences > Java > Editor > Templates.


Type syso and press ENTER.


There is no need to press CTRL+Space. You can bring up content assist whenever you type a letter:

  1. Navigate to Window > Preferences > Java > Editor > Content Assist.
  2. Enter .abcdefghijklmnopqrstuvwxyz into the field entitled Auto activation triggers for Java.

Now, whenever you type, the code completion suggestions will appear.

Tags:

Java

Eclipse