1. 설치하는 법 : File > Settings > Plugins > Markeyplace > SaveActions 검색
2. 설정하는법 : File > Settings > Save Actions
[General]
- Activate save actions on save (before saving each file, performs the configured actions below)
- 저장시 활성화 (각 파일을 저장하기 전에 아래에 구성된 작업 수행)
- Activate save actions on shorcut (default "CTRL + SHIFT + S")
- 단축키로 저장했을 때 활성화 (기본값 "CTRL + SHIFT + S")
- Activate save actions on batch
- 일괄 작업 시 활성화
- No action if compile errors(applied per file)
- 컴파일 오류 발생시 조치 없음 (파일별로 적용)
[Formatting Actions]
- Optimize imports
- import 최적화
- Reformat file
- file 재정렬
3. 포함할 파일과 제외할 파일 지정 : File > Settings > Save Actions 스크롤 맨 아래
참고: https://hirlawldo.tistory.com/136
'개발 유틸리티 > intellij' 카테고리의 다른 글
[ Intellj / 인텔리제이 ] Execution failed for task ':test'. (0) | 2022.04.19 |
---|---|
[Intellij / 인텔리제이] jacoco를 이용한 테스트 커버리지 확인 (0) | 2021.07.03 |
[Intellij / 인텔리제이] 프로젝트 버전 안맞는 현상 ( Execution failed for task ':compileJava'. ) (1) | 2021.07.02 |
[Intellij / 인텔리제이] Spring Test MockMvc의 한글 깨짐 (0) | 2021.06.23 |
[Intellij / 인텔리제이] HttpUrlConnection 한글 깨짐 (0) | 2021.05.18 |