Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Mac
- Windows 10
- GIT
- context
- plugin
- maVen
- Quartz
- JavaScript
- tomcat
- xargs
- port
- 네트워크
- netsh
- grep
- resource
- IntelliJ
- web.xml
- import
- find
- bash
- 줄바꿈 문자
- Windows
- Source
- ssh
- vscode
- Eclipse
- profile
- lsof
- VirtualBox
- 단축키
Archives
- Today
- Total
develog
[intellij] Live Template 본문
Preferences > Editor > Live Template
템플릿 생성
- Template Group 생성
- Live Template 생성
Template text
log.info("$CLASS_NAME$.$METHOD_NAME$ $EXPR$ = " + $EXPR$);
log.info("$CLASS_NAME$.$METHOD_NAME$ $EXPR_COPY$ = " + $EXPR$);
- Change: Java > Statement
Edit variables
Comments