IntelliJ2 [IntelliJ/Spring] 단축키 모음 command + p : Parameter Info command + option + v : introduce Variable (반환 타입) option + enter : show Context Action command + option + n : inline 단축키 control + t : 검색 F2 : 오류 난 곳으로 이동 command + shift + T : 테스트 코드 만들기 option + enter : Assertions static으로 만들기 command + option + v : 타입 자동 완성 command + e : 히스토리 command + e + enter : 이전으로 돌아가기 command + option + M : extract method ctrl + r : 기존의 마지막 .. 2023. 8. 27. [IntelliJ] 인텔리제이 setting - Build, Gradle, Actions on Save, Lombok, 자동저장 해제, 변경파일 *표시 Build, Gradle 설정 Preferences > Build, Execution, Deployment > Build Tools > Gradle 에서 Build and run using 을 Intellij IDEA Run tests using 을 Intellij IDEA Gradle JVM을 java11(zulu11) 로 바꾸기 Actions on Save ( 저장 시 액션 ex)코드 정렬... ) Preferences > Tools > Actions on Save Reformat code : 저장 시 코드 정렬 Optimize imports : import 문 최적화. 사용되지 않는 회색 처리된 import 문을 없애 줌 Rearrange code : 코드 재정렬. Editor -> Code Sty.. 2022. 9. 22. 이전 1 다음