Eclipse IDE Keybindings

게맛살맛게·2021년 12월 13일
0

Eclipse 단축키

General

  • Ctrl + 3 : Go to quick access search for available views, actions, wizards,
    menus and more
  • Alt + Shift + QQ : Show all avaialble views and select one more to open
  • Ctrl + F : Find / Replace in current file
  • Ctrl + H : Find / Replace in current file, project, or workspace

Edit

  • Ctrl + D : 행 삭제
  • Alt + ⬆/⬇ : 행 이동
  • Ctrl + +/- : 편집기 확대 축소
  • Ctrl + Space : 자동 완성(Content Assist Dialog)
  • Ctrl + 1 : 에러 Quick Fix
  • Ctrl + / : 주석처리

Build, Run and Debug

  • Ctrl + B : 작업공간의 프로젝트 빌드
  • Ctrl + F11 : 디버깅 없이 실행
  • F11 : 디버깅과 함께 실행
  • F5 : 다음 단계 (디버깅 모드)
  • F6 : 다음 라인 (디버깅 모드)
  • F7 : 다음 메서드 (디버깅 모드)
  • F8 : 다음 중단점까지 실행 (디버깅 모드)
profile
IT 기술블로그

0개의 댓글