[IntelliJ] 단축키 모음
intellij 단축키 모음
코드 자동완성 기능
ctrl + space: 코드 자동완성 지원
검색 기능
command+shift+O: 파일 검색shift+shift: 전체 검색shift+E: 최근 파일 검색command + shift + E: 최근 수정 파일 검색command + F: 검색command + R: 단어 바꾸기command + shift + F: 프로젝트 내 전체 키워드를 검색command + shift + R: 프로젝트 내 전체 키워드 Replace 기능command + L: code line으로 번호로 찾기
라인 수정 기능
command + d: 라인 복제하기command + 백스페이스: 라인 삭제Shift + option + 화살표 위/아래: 현재 라인 옮김Shift + command + 화살표 위/아래: 현재 블럭 옮김
포커스 이동
option + ←→: 단어별 이동fn + ←→: 라인 첫/끝 이동fn + Shift + ←→: 라인 전체 선택fn + ↑↓: Page Up/Down
주석
command + /: 한줄 주석command + shift + /: 블럭 주석
개발 유용한 기능
alt+7: 클래스 구조 보기command + p: 인자값 즉시 보기 (Parameter Info)
자동생성 지원 기능 (Generate)
command + n: Generate
- https://www.jetbrains.com/help/idea/mastering-keyboard-shortcuts.html
