window) 단축키, IDE 단축키

AeZan·2021년 10월 12일
0
  • 화면 캡쳐
    window + shift + s

  • 단어 단위로 이동
    ctrl + 방향키(←,→)

  • 단어 단위로 드래그
    ctrl + shift + 방향키(←,→) or 더블 클릭

  • 한줄 드래그
    드래그 하고자하는 줄의 앞부분으로 이동 → home
    shift + end



IDE - IntelliJ: KeyMap - eclipse

  • 생성자, setter, getter 등의 메소드 생성
    shift + insert

  • 필요없는 import 문 제거
    ctrl + shift + o

  • 코드 정렬
    ctrl + shift +f

  • 전체 파일에서 코드 찾기
    ctrl + h

  • 프로젝트 탭 닫기
    alt + 1

  • refactor
    alt + shift + R

  • breakpoint 모두 보기
    ctrl + shift + F8

0개의 댓글