Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Eclipse Keyboard Shortcuts (OSX)

Paul Furgale edited this page Aug 28, 2014 · 3 revisions

Shortcuts

Source

#1 need to know:

Command Function
Cmd-Shift-L Show shortcuts

Navigation

Command Function
Ctrl - PgUp/PgDown Next/Previous file tab
Ctrl - . Next error
Cmd-up/down start/end of file
Cmd-left/right start/end of line
PgUp/PgDown Page up and page down.
Alt-up/down Move highlighted block up/down
Cmd-O Open a file explorer for the current file
Cmd-Shift-P Go to matching bracket
Cmd-E Browser of all files open
Cmd-J Incremental find
F3 Toggle between declaration and implementation
Ctrl-Tab Toggle between header and implementation file
Cmd-Shift-R Open resource. Search for and open any file in your project
Cmd-Alt-left/right Forward and back within history/files/lines

Code Completion

Command Function
Ctrl-space Expand snippet
Cmd-I Apply indentation
Cmd-Alt-S Get the "Source" popup (e.g. implement method)
F3 Toggle between declaration and implementation

Menus and Commands

Command Function
Cmd-Shift-L Show shortcuts
Cmd-B Build
Cmd-O Open a file explorer for the current file
Cmd-E Browser of all files open
Cmd-Alt-S Get the "Source" popup (e.g. implement method)
Cmd-J Incremental find

Refactor

Command Function
Cmd-Alt-R Rename a method

Install