https://gmlwjd9405.github.io/2019/05/21/intellij-shortkey.html 참조
Live Template 예시: sout은 System.out.println; 을 자동 생성.


1) [Find Action] -> Live Templates 입력

2) "+" 버튼 선택

3) Live Templates 필드 채우기
Abbreviation: 축약어, ex) ent
Description: 설명, ex) Entity Class Header
Template Text: 소스 코드, ex) 아래 예시

4) Error에서 Define 클릭. ex) Java 선택


5) Apply & OK

6) 생성된 Live Templates 확인






