자주 사용되는 단축키
| 설명 | 단축키 |
| 테스트코드 클래스 생성 | ctrl + shift + t |
| 리턴 타입 변수 생성 | ctrl + alt + v |
| 메서드 추출 | ctrl + shift + m |
| 메서드 이동 | ctrl + alt + b |
| 여러 줄 주석 | ctrl + shift + / |
| 최근 사용한 클래스 이동 | ctrl + e |
| 원하는 메서드 실행 | ctrl + ctrl |
| 모든 클래스 검색 | shift + shift |
| Generate | alt + Insert |
| 에러난 곳으로 이동 | F2 |
| static으로 import | alt + enter |
'개발 > Spring' 카테고리의 다른 글
| [IntelliJ 에러] deprecated gradle features were used in this build, making it incompatible with gradle 9.0. (7) | 2023.12.13 |
|---|