This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Eclipse Keyboard Shortcuts (OSX)
Paul Furgale edited this page Aug 28, 2014
·
3 revisions
Command | Function |
---|---|
Cmd-Shift-L |
Show shortcuts |
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 |
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 |
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 |
Command | Function |
---|---|
Cmd-Alt-R |
Rename a method |
- CMakeEd for CMake: http://cmakeed.sourceforge.net/eclipse/
- CDT --> Optional features --> Unit testing support