Show Menu
Cheatography

ABAP in eclipse (ADT) Keyboard Shortcuts (DRAFT) by

Useful Keyboard Shortcuts for SAP ABAP in eclipse (ADT)

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Navigation

F3
Navigate to the definition of the selected element, e.g. variable, method, attribute etc.
CTRL+, or CTRL+.
Next or previous editor­marker (tasks, bookmarks, error markers, ATC findings)
CTRL+L
Jump to line
CTRL+O
Quick-­Outline
   

Editing code

CTRL + 1
Quickfix dialog
SHIFT + F1
Format source code (Pretty Printer)
CTRL + 7
Commen­ts/­Unc­omments selected code in the editor
ALT + SHIFT + R
Rename develo­pment object
F2
Show code inform­ation
ALT + F2
Show method inform­ation (ABAP Doc)
ALT + F8
Run ABAP develo­pment object
CTRL + Q
Last edited location
CTRL + F2
Check ABAP develo­pment object
CTRL + F3
Activate ABAP develo­pment object
CTRL + SHIFT + F3
Activate all ABAP develo­pment objects