본문 바로가기
유용한 정보

System.out.println() 자동완성 설정 방법 - How to resolve when sysout is not working

by sycareer 2021. 4. 14.

이클립스에서 sysout 자동완성 안될 때 해결하는 방법

 

How to resolve when sysout automatic completion is not working in Eclipse

 

 

 

1. [Windows] - [Preferences] - [Java] - [Editor] - [Templates]

 

 

 

2. sysout 선택, edit 클릭

 

Select sysout template and edit it

 

 

 

3. Java statementJava로 설정 변경

 

Change the context from Java statement to Java

 

설정 후,

syso + ctrl + space 를 하면 정상적으로 자동완성이 될 것입니다.

 

And now, it's working!