공부/자바 (Java)
IntelliJ 단축키 익히기 (for mac)
Lagooni
2021. 12. 2. 18:39
프로젝트 창 포커스: command + 1
포커스 해제: esc
파일 미리보기: space
새파일 생성:
커서 이동
주석처리
자동 들여쓰기(자동 인덴트)
코드 사용처 찾기
최근 파일 열기: command + e
Live Template: command + j (자동 완성 기능)
psvm
sout
퀵픽스: option + enter. (빠른 수정)
이슈별로 이동: F2, shift + F2
import 최적화: ctrl + option + o
터미널창: option + F12
구문 완성: shift + command + enter
파일 내에서 단어 대체하기: command + R
실행: ctrl + r
종료: command + F2
라인 복사 바로 붙여넣기: command + d
게터 세터 자동 완성: 에디터 창에서 command + n -> getter and setter