Spring

[Spring] Intellij 단축키 모음 (-ing)

hail2y 2024. 6. 26. 02:28
명령어 mac win
(이전에 실행했던 거) 실행 ctrl r shift f10
현재 페이지 실행 ctrl shift r ctrl shift f10
자동 완성 shift command enter shift enter
커서 맨앞으로 이동 fn <- home 키
커서 맨뒤로 이동 fn -> end 키
단어 단위로 이동 option 방향키 ctrl 방향키
line 이동 shift option 위/아래 방향키 ctrl 위/아래 방향키
변수 생성 option command v ctrl alt v
삽입 ctrl enter alt insert
한 줄 주석 command / ctrl /
블록 주석 ctrl shift / 
shift command /
option command /
ctrl shift /
JavaDoc 주석 /** enter /** enter
변수 이름 수정 shift f6 (+fn) shift f6
메서드 추출 command option m ctrl alt m
단어 선택 option 위 방향키 ctrl w
inline command option n ctrl alt n
테스트 코드 생성 command shift t ctrl shift t
파일 구조 확인하기 command f12 (+fn) ctrl f12
구현체 확인하기 command option b ctrl alt b