반응형
250x250
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 |
Tags
- kubeflow
- COALESCE
- Flux
- bootstrap
- aws cicd
- Airflow
- Python
- 도커
- Spring
- codebuild
- VPN
- codedeploy
- java bigdecimal
- JavaScript
- AWS CI/CD 구축하기
- node
- codepipeline
- redis
- PostgreSQL
- aws
- Kafka
- docker
- SQL
- IntelliJ
- codedeploy error
- Jenkins
- chartjs
- chart.js
- or some instances in your deployment group are experiencing problems.
- Spring Error
Archives
- Today
- Total
Small Asteroid Blog
[Intellij] import문 자동정리 본문
728x90
intellij 에서 사용하지 않는 import 문이 남아 있는 경우가 있다.
단축키를 사용해서 정리하는 방법
맥 : command + option + o
윈도우 : ctrl + alt + o
단축키를 사용하는 방법은 파일마다 눌러줘야 한다.
이러한 방법은 귀찮으므로... 자동 정리할 수 있게 설정해 두고자 한다.
Intellij 설정
Intellij에서 Auto Import 라는걸로 사용하지 않는 import 를 정리할 수 있다.
Action 검색> command + shift + A
"auto import" 를 검색 후
Optimize imports on the fly 를 체크해준다
728x90
반응형