Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

java

eclipse

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...

like image 654
hakkikonu Avatar asked Apr 17 '12 11:04

hakkikonu


2 Answers

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

like image 75
kukudas Avatar answered Sep 19 '22 07:09

kukudas


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

And if you want to change it,,,

window > Preferences > Java > Editor > Templates.

like image 39
Samir Mangroliya Avatar answered Sep 19 '22 07:09

Samir Mangroliya