✏️ Info.
- Version : Intellij Ultimate 2021.1.3
- sout(System.out.print) 콘솔을 찍을 때 편리하게 사용되는 단축키 종류
📋 List.
1. sout - 기본
2. soutm - 메소드 명
3. soutp - 파라미터 명
4. soutv - 값
✔️ Content.
1. sout
- System.out.println(); 이 기본으로 생성
2. soutm
- System.out.println(Class.method);
- 클래스명.메소드명 출력
3. soutp
- System.out.println("parameter = " + parameter);
- 입력받은 파라미터들 출력
4. soutv
- System.out.println("value = " + value);
- 메소드 내에서 사용 가능한 변수 출력
'IDE > IntelliJ' 카테고리의 다른 글
[IntelliJ][Live Template] Slf4j (0) | 2021.11.24 |
---|---|
[IntelliJ][이슈] The file size exceeds the configured limit. Code insight features are not available. (0) | 2021.09.13 |
[IntelliJ] 실행 Jar 생성 (2) | 2021.04.02 |
[IntelliJ][VCS] Repository URL 한글 URL 삭제 (0) | 2021.03.03 |
[IntelliJ][Cubrid] Database tool 연결방법 2 (0) | 2021.01.06 |