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

TabPurpose
ExplorerProject file tree — open, create, delete, properties
GitRepository status and related actions
AgentAI chat and tools
TerminalEmbedded shell (desktop)
ProblemsLanguage diagnostics
Debug ConsoleDebug output
Test ResultsTest 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.

ActionShortcut
Toggle browser barCtrl/Cmd+B
Toggle browser panelCtrl/Cmd+Shift+B
Terminal tabCtrl/Cmd+`
Problems tabCtrl/Cmd+Shift+M
Debug ConsoleCtrl/Cmd+Shift+Y
Test ResultsCtrl/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.