본문 바로가기
Spring

[IntelliJ/Spring] 단축키 모음

by clolee 2023. 8. 27.

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 : 기존의 마지막 실행 실행

 

command + shift + enter : code completion 으로 넘어감(코드 쓸 위치)

command + o : navigate. 검색

command + shift + F : 전체에서 검색

댓글