653 words
3 minutes
[IntelliJ]단축키 정리
개요
- 자주 쓰는 Intellij 단축키를 생각날때마다 추가한다.
- VScode Keymap 기준으로 추가한다.
- 개인이 커스텀해서 쓰는 단축키라 Intellij 기본 단축키와 다른 단축키가 일부 있다.
단축키
뷰 관련
ctrl+w: 현재 편집기 닫기
편집 관련
alt+insert->ctrl+shift+]: 커서 멈춤이슈로 변경ctrl+e: window switcher 열기ctrl+enter: window switcher에서 파일 선택ctrl+shift+r: 선택한 부분 리팩토링 옵션 표시ctrl+shift+alt+n: inline 변수 추출ctrl+alt+t: surround with. if, try catch 등 감쌀 때 사용ctrl+alt+win+t: surround with. 리눅스에서는 이렇게 해야 surround with이 동작한다.shift+shift: 전체 검색ctrl+alt+v: introduce variablectrl+space: 만능 단축키alt+insert: 편집기에서 사용(생성자, getter setter 등 생성)
[IntelliJ]단축키 정리
https://yjinheon.netlify.app/posts/90tools/intellij-shortcut/