Close

System.out.println trick in Eclipse

Have you ever get tired of typing the whole System.out.println when coding in Java? If you are using Eclipse, there is really an easy way not to type the whole phrase. What you need to do is just type sysout and then press ctrl+space and leave the rest to Eclipse. Eclipse will automatically change it to System.out.println for you.

sysout -> ctrl + space -> System.out.println

Leave a Reply

Your email address will not be published. Required fields are marked *