Keyboard Shortcuts
Master Laradebug with these keyboard shortcuts.
Code Execution
| Shortcut | Action |
|---|---|
Cmd + R | Run code |
Cmd + K | Clear output |
Cmd + Shift + K | Clear all panels |
Snippets
| Shortcut | Action |
|---|---|
Cmd + Shift + S | Open snippet library |
Navigation
| Shortcut | Action |
|---|---|
Cmd + O | Open/add project |
Application
| Shortcut | Action |
|---|---|
Cmd + , | Open settings |
Cmd + Q | Quit Laradebug |
Cmd + W | Close current file |
Cmd + I | Show keyboard shortcuts |
Autocomplete
| Shortcut | Action |
|---|---|
Ctrl + Space | Trigger suggestions |
Tab | Accept suggestion |
Esc | Dismiss suggestions |
Up/Down | Navigate suggestions |
Customizing Shortcuts
Currently, keyboard shortcuts cannot be customized. This feature is planned for a future release.
Tips
Run and Clear
Use Cmd + K then Cmd + R to clear previous output and run new code in quick succession.
Next Steps
- Features Overview — Explore all features
- Code Execution — Learn about Tinker integration