SETTINGS & DATA
Panel Shortcuts
Shortcuts for opening and focusing the API Studio panel.
| Action | macOS | Windows / Linux |
|---|---|---|
| Open API Studio | Cmd+Alt+P | Ctrl+Alt+P |
| Focus URL bar | Click or tab into panel | Click or tab into panel |
Request Shortcuts
Shortcuts for sending, saving, and cancelling requests.
| Action | macOS | Windows / Linux |
|---|---|---|
| Send Request | Cmd+Enter | Ctrl+Enter |
| Save Request | Cmd+S | Ctrl+S |
| Cancel Request | Click Cancel button while loading | Click Cancel button while loading |
Tab Shortcuts
Shortcuts for managing request tabs.
| Action | macOS | Windows / Linux |
|---|---|---|
| New Tab | Cmd+T | Ctrl+T |
| Close Tab | Cmd+W | Ctrl+W |
| Switch Tab | Click in tab bar | Click in tab bar |
Editor Shortcuts
Shortcuts for the body editor and response viewer.
| Action | macOS | Windows / Linux |
|---|---|---|
| Search in body/response | Cmd+F | Ctrl+F |
| Select All | Cmd+A | Ctrl+A |
| Copy | Cmd+C | Ctrl+C |
| Paste | Cmd+V | Ctrl+V |
| Undo | Cmd+Z | Ctrl+Z |
| Redo | Cmd+Shift+Z | Ctrl+Shift+Z |
| Autocomplete (GraphQL/Headers) | Ctrl+Space | Ctrl+Space |
Note: These shortcuts work when the API Studio panel is focused. VS Code's own shortcuts take precedence outside the panel.