✏️ Info.
- Version : Intellij Ultimate 2021.2.3
- 인텔리 제이 - 라이브 템플릿 Slf4j Log 자동완성 추가
- log.info , log.debug 등 Slf4j 의 Log 를 자동 생성하기
📋 List.
1. Settings - Live Templates 클릭
2. Java - Live Template 생성
3. Edit variables 로 value 설정
✔️ Content.
1. Settings - Live Templates 클릭
2. Java - Live Template 생성
- Abberviation - 자동 완성 키워드
- 필자는 soutv 와 비슷하게 logv 로 지정 함
- Desciprtion - 설명
- Template text
- log.info 의 Template 작성
- Application Contexts 지정
- Java 지정
3. Edit variables 로 value 설정
Name | Expression | Default value | Skip if defined |
EXPR | variableOfType("") | "expr" | |
EXPR_COPY | escapeString(EXPR) | O |
'IDE > IntelliJ' 카테고리의 다른 글
[IntelliJ][이슈] The file size exceeds the configured limit. Code insight features are not available. (0) | 2021.09.13 |
---|---|
[IntelliJ][단축키][팁] sout(System.out.print) (0) | 2021.07.08 |
[IntelliJ] 실행 Jar 생성 (2) | 2021.04.02 |
[IntelliJ][VCS] Repository URL 한글 URL 삭제 (0) | 2021.03.03 |
[IntelliJ][Cubrid] Database tool 연결방법 2 (0) | 2021.01.06 |