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

eclipse, java

Solution

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

Problem

When i was watching a video about java, a man has inserted `System.out.println()` immediately to screen. How can i do it. He only Write "S" character...

Original source