653 words
3 minutes
[IntelliJ]단축키 정리
2024-07-21
2026-01-09

개요#

  • 자주 쓰는 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 variable
  • ctrl+space : 만능 단축키
  • alt+insert : 편집기에서 사용(생성자, getter setter 등 생성)
[IntelliJ]단축키 정리
https://yjinheon.netlify.app/posts/90tools/intellij-shortcut/
Author
Datamind
Published at
2024-07-21
License
CC BY-NC-SA 4.0