DevTool/Intellij
[Intellij] 안쓰는 import 정리 방법
기록하는 백앤드개발자
2021. 1. 1. 08:00
반응형
단축키: command + alt + o
적용 전
적용 후
Intellij 설정 변경
> Preferences > Editer > General > Auto Import 에서 Optimize imports on the fly를 체크한다.
편집을 하면 자동의 불필요한 Import가 정리가 된다.
반응형