웹사이트 검색

이클립스 바로 가기


Eclipse는 Java 개발자가 가장 널리 사용하는 IDE 중 하나입니다. 저는 10년 넘게 사용해왔고 시간을 절약하여 개발에 도움이 될 수 있는 많은 단축키가 있습니다.

이클립스 바로 가기

Mac 및 Windows 시스템에서 Eclipse를 사용하고 있습니다. 여기서는 가장 널리 사용되는 Eclipse 바로 가기 명령을 제공합니다. 이러한 단축키는 Eclipse Juno용이므로 일부는 다른 Eclipse 버전에서 작동하지 않을 수 있습니다.

Shortcut Key Mac Shortcut Key Windows Description
Command + 3 Ctrl + 3 It puts the focus into Quick Access search box.
Command + S Ctrl + S Save current editor
Command + 1 Ctrl + 1 Quickfix for errors and warnings, depends on the cursor position
Control + Space Ctrl + Space Content assist and code completion
Command + Shift + F Ctrl + Shift + F Format source code
Control + Q Ctrl + Q Moves cursor to the last edited position
Command + D Ctrl + D Deletes current line in the editor
Command + Shift + O Ctrl + Shift + O Organize imports in the current java file
Command + 2 + L Ctrl +2 + L Assign statement to new local variable
Command + 2 + F Ctrl + 2 + F Assign statement to a field
Command + O Ctrl + O Shows quick outline of the java class
Command + fn + F11 Ctrl + F11 Runs the current opened java class if main method exists or else run the last launched application
Command + Shift + R Ctrl + Shift + R Open / Search for resources
Command + Shift + T Ctrl + Shift + T Open / Search for types, very useful in finding classes
Command + E Ctrl + E To select an editor from the currently open editors
Command + fn + F8 Ctrl + F8 Shortcut for switching perspectives
Command + [ or Command + ] Alt + ← or Alt + → Go to previous/ next editor position in history
Fn + F3 F3 Move cursor to the declaration of the variable
Command + Shift + P Ctrl + Shift + P Move cursor to the matching bracket
Command + . Ctrl + . Go to the next problem
Command + Shift + . Ctrl + , Go to the previous problem
Fn + F4 F4 Show type hierarchy of the variable
Command + K Ctrl + K Find next for search text in the opened editor
Command + Shift + G Ctrl + Shift + G Search for references in the workspace
Command + T Ctrl + T Shows type hierarchy of the current java class
Command + M Ctrl + M Maximize Java editor
Fn + Shift + F2 Shift + F2 Shows the javadoc of the method, class
Command + Option + R Alt + Shift + R Rename of package, class etc
Command + Option + T Alt + Shift + T Opens the quick refactoring menu

시간을 절약하기 위해 매일 사용하는 가장 유용한 일식 단축키입니다. 다른 단축키를 알고 계시다면 댓글로 알려주세요.