[IntelliJ] System.out.println() 자동완성
System.out.println()
이클립스에서는 syso하고 Ctrl + Space로 자동완성이 되었는데?
IntelliJ
syso하고 Tab으로 자동완성 : System.out.println();
so하고 TAb으로 자동완성 : System.out.printf("");
참고 :
- https://stackoverflow.com/questions/3320764/how-to-make-system-out-println-shorter
'◽ IntelliJ' 카테고리의 다른 글
[IntelliJ] Inlay Hints : "usages" 설정하기 (0) | 2022.10.27 |
---|---|
[IntelliJ] Debug mode 'toString()' settings (0) | 2022.09.16 |
[IntelliJ] Build Tool 선택하기 "intelliJ disable gradle compile" (0) | 2022.07.15 |
[IntelliJ] Encoding 설정 (0) | 2022.05.16 |
[IntelliJ] Download pre-built shared indexes 메시지 [인덱싱 처리] (0) | 2022.04.25 |
[IntelliJ] hot swap 설정 ( Build project autoimatically ) (0) | 2021.08.24 |
[IntelliJ] 자주 쓰는 단축키 총 정리 :KeyMap Setting (이클립스와 비교) (0) | 2021.07.22 |