ADT Keyboard Shortcuts
Keyboard shortcuts can significantly simplify and accelerate development time as well as the switching between functions. However, these often vary across different IDEs. Here, you will find a side-by-side comparison of the most important key combinations. Want to start with VS Code here is a small Guide for this. For more infos check the official SAP Help page.
Development
| Function | Eclipse | VS Code |
|---|---|---|
| Open ABAP Dev. Object | CTRL + SHIFT + A | |
| Pretty Printer | SHIFT + F1 | SHIFT + ALT + F |
| ABAP Language Info | F1 | - |
| Show Tooltip Description | F2 | - |
| Activate | CTRL + F3 | |
| Activate All | CTRL + SHIFT + F3 | |
| Navigate to Object | CTRL + Click | |
| Run Report | F8 | - |
| Run Application (Console) | F9 | F5 |
Debugging
| Function | Eclipse | VS Code |
|---|---|---|
| Step Into | F5 | F11 |
| Step Over | F6 | F10 |
| Step Run | F7 | SHIFT + F11 |
| Run to Line | SHIFT + F8 | [Contextmenu] |
| Jump to Line | SHIFT + F12 | - |
| Resume | F8 | F5 |
| Terminate | [Button] | SHIFT + F5 |
Tools
| Function | Eclipse | VS Code |
|---|---|---|
| ATC | CTRL + SHIFT + F2 | [Command] |
| ATC (with) | [Contextmenu] | [Command] |
| ABAP Unit (Preview) | CTRL + SHIFT + F9 | |
| ABAP Unit | CTRL + SHIFT + F10 | |
| ABAP Unit (Coverage) | CTRL + SHIFT + F11 | |
| ABAP Unit (with) | CTRL + SHIFT + F12 | |