Browser panels
Explorer, Git, Terminal, Problems, and dockable layout around the editor.
Browser panels are dockable areas around the editor that host project tools.
What can go in a panel
| Tab | Purpose |
|---|---|
| Explorer | Project file tree — open, create, delete, properties |
| Git | Repository status and related actions |
| Agent | AI chat and tools |
| Terminal | Embedded shell (desktop) |
| Problems | Language diagnostics |
| Debug Console | Debug output |
| Test Results | Test runner output |
Layout
You can place up to three browser slots (left, right, top, or bottom). Portrait and landscape each have their own layout, which is helpful on tablets and phones.
Configure slots under Preferences → View. A live preview shows where each slot sits around the editor.
| Action | Shortcut |
|---|---|
| Toggle browser bar | Ctrl/Cmd+B |
| Toggle browser panel | Ctrl/Cmd+Shift+B |
| Terminal tab | Ctrl/Cmd+` |
| Problems tab | Ctrl/Cmd+Shift+M |
| Debug Console | Ctrl/Cmd+Shift+Y |
| Test Results | Ctrl/Cmd+Shift+T |
Drag panel edges to resize. On mobile, panels can grow to fill most of the screen.
Explorer
- Click a file to open it; keyboard navigation is supported.
- Context menu: create file/folder, delete, show properties.
- Deleting a file on desktop usually moves it to a recoverable trash archive (see Preferences → File recovery).
- The tree expands to the active editor file.
- Drag files into the Agent context (scope) when you want the agent to focus on them.
- On web, the explorer is effectively read-only for mutations.
Git
Open the Git panel for status and repository actions for the current project folder. Git preferences (including credentials where applicable) live under Preferences → Git.
Terminal (desktop)
The Terminal tab hosts shell sessions via a PTY. Resize the panel so the terminal matches the layout. Not available on mobile or web.
Problems
Lists analysis diagnostics grouped by file:
- Expand/collapse file groups; collapse/expand all
- Filter by text (message or filename)
- Right-click a diagnostic for Quick Fix when the language server offers one
See Language server.
Agent
See AI agent.