eclipse

Useful ABAP in Eclipse Keyboard Shortcuts

If you want to use the abap development tools for eclipse efficiently, you will need to know important shortcuts. We have put together a list of the most important ones for you here.

To always have an overview of all shortcuts, feel free to print out the table pyramid or drop us a mail, we will be happy to send you an assembled version ready to go.

SAP ADT Eclipse shortcuts pyramide for download

SOURCE CODE EDITING

Ctrl+DDelete line
Ctrl+>Comment Oute
Ctrl+<Uncomment
Shift+F1Format (aka Pretty Print)
Ctrl+Shift+F1Format selection / block
Alt+UpMove selected codeline up
Alt+DownMove selected codeline down
Ctrl+1Open Quickfix / Quickassist
Ctrl+SpaceCode Completion
Shift+EnterInsert Pattern (on Code Completion)
Ctrl+2,RRename

OBJECT LIFE-CYCLE, SEARCH & HELP

Ctrl+Shift+AOpen
Ctrl+Shift+NCreate New
Ctr+SSave
Ctrl+F4Close
Ctrl+F2Syntax Check
Ctrl+F3Activate single
Ctrl+Shift+F3Activate all
Ctrl+Shift+GWhere-used
F1Help
F2Quick Hierarchy
Ctrl+Shift+LList of active shortcuts

NAVIGATION

F3Navigate to
Alt+LeftBackward
Alt+RightForward
Ctrl+QLast edit location
Ctrl+LNavigate to line
Ctrl+OQuick Outline
Ctrl+3Navigate to view