[ Intellj / 인텔리제이 ] 파일 저장시 자동 정렬 (Save Actions)
개발 유틸리티/intellij

[ Intellj / 인텔리제이 ] 파일 저장시 자동 정렬 (Save Actions)

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] 저장 시 자동 정렬 설정하는 방법 (Save Actions) - Mac

단축키(Option + Command + L)를 누르면 자동 정렬이 되지만, 가끔 까먹고 안할 때가 있다. 자동으로 저장할 때 정렬해주면 편하지 않을까? (가끔 정렬하면 더 구린 경우 팀원들에게 욕을 먹을 수 있으

hirlawldo.tistory.com