IntelliJ IDEA 단축키
Keymaps: Mac OS X 10.5+ 기준
Double Shift : 검색
option + command + o : 심볼 검색
shift + command + o : 파일 열기
command + e : 최근 파일
command + 1 : Project View
command + 4 : Run View
command + 6 : TODO View
command + 7 : Structure View
command + 9 : Version Control
command + , : Preferences
command + ; : Project Structure
option + f7 : 사용 찾기 (찾기 창에서)
option + command + f7 : 사용 찾기 (편집 창에서)
shift + option + command + f7 : 사용 찾기 옵션
shift + F6 : Rename
control + r : 실행
control + d : 디버그 실행
command + f2 : 중지
command + n : Generate (생성)
control + option + o : import 정리
option + command + l : 코딩 컨벤션 정리
shift + command +
option + command + u : 클래스 다이어그램
command + t : update
command + k : commit
option + command + z : revert
Ctrl + G : 멀티 셀렉터 Cmd + Y : 구현부 팝업 Cmd + D : 복제 Alt + F7 : 해당 class, method를 사용하는 코드 검색
Cmd + B : 현재 선택한 class, method를 소스로 이동. eclipse의 F3와 같은 기능 Alt + Cmd + B : 선택한 class, method가 인터페이스인 경우 구현 class, method로 이동
Alt + Cmd + U : 선택한 class의 class diagram을 UML로 보여주는 단축키 Ctrl + H : class Hierarchy를 볼 수 있는 단축키. Navigate 메뉴에 있음.