# IDE Shortcuts

## Eclipse

| Shortcuts (Eclipse) | Details                 |
| ------------------- | ----------------------- |
| `Ctrl` + `F11`      | Run ▶                   |
| `F5`                | Step Into (Debugging)   |
| `F6`                | Step Over (Debugging)   |
| `F7`                | Step Return (Debugging) |
| `Shift` + `Alt` + R | Refactor                |
| `Ctrl`+`+`          | Zoom In                 |
| `Ctrl`+`-`          | Zoom Out                |

## IntelliJ

| Shortcuts (IntelliJ) | Details                             |
| -------------------- | ----------------------------------- |
| `F7`                 | Step Into (Debugging)               |
| `F8`                 | Step Over (Debugging)               |
| `F9`                 | Jump to next Breakpoint (Debugging) |
| `Shift`+`F6`         | Refactor                            |
| `Shift`+`F10`        | Run ▶                               |
| `Shift`+`F9`         | Debug 🐛                            |
