[Java] 자주 쓰는 Eclipse 단축키 모음

hameee·2023년 9월 16일
1

Java

목록 보기
2/26
post-thumbnail

📍 Shortcuts

단축키설명
(window) ctrl + F11
(macOS) command + fn + F11
현재 선택한 Java 프로젝트나 클래스를 실행
ctrl + space자동완성 기능 활성화
ctrl/command + shift + O현재 작업 중인 Java 소스 파일에서 사용하지 않는 import 문을 제거하거나 필요한 import 문을 자동으로 추가
(window) alt + ↑/↓한 줄 위/아래로 이동
(window) ctrl + alt + ↑/↓커서가 있는 줄 위/아래에 현재 줄을 복사
(window) alt + shift + R
(macOS) command + option + R
이름 변경
(window) ctrl + shift + R
(macOS) command + shift + R
Open Resource 창, 파일 이름을 검색하여 파일 열기 가능
(window) ctrl + / 또는 ctrl + shift + /
(macOS) command + / 또는 command + shift + /
주석 추가/주석 처리 해제
(window) ctrl + shift + F
(macOS) command + shift + F
코드 자동 정렬
(window) ctrl + alt + H
(macOS) control + option + H
메서드의 계층 구조를 보여주는 "Call Hierarchy" 기능을 활성화

References

🔗 https://www.vogella.com/tutorials/EclipseShortcuts/article.html

1개의 댓글

comment-user-thumbnail
2023년 11월 10일

좋은 정보입니다

답글 달기