Core Features

Editor & Files

File explorer, built-in editor, and cross-workspace search

You don't have to leave Superset to look at or fix a file. Each workspace has a file tree, a fast built-in editor, and search that spans workspaces.

File Explorer

Browse and manage your workspace's files from the sidebar:

The file tree with git decorations

  • Hierarchical tree with git decorations showing changed files
  • Create, rename, delete, move, and copy files with context menus
  • Toggle hidden files; refresh directory listings
  • Search files with instant results
  • Material icon theme for at-a-glance file types

Built-in Editor

The editor is CodeMirror-based: small, fast to load, and light on memory, built for quick fixes between agent runs, not to replace your IDE.

The built-in editor

Ways in:

  • Click any file in the explorer
  • From a diff: double-click a line or right-click → Edit Here to jump to that exact spot in the raw file (see Diff Viewer)

For longer editing sessions, ⌘O opens the workspace in your IDE (IDE Integration).

The search bar can search across all open workspaces, not just the active one, useful when you're running parallel workstreams and can't remember which branch has the thing.

Cross-workspace search

Tabs, Splits, and Panes

The whole workspace shell is composable: Tab → Split → Pane with drag-and-drop everywhere. Drop a pane onto the tab strip to spawn a new tab; mix terminals, files, diffs, and browser panes in one layout. The browser pane keeps its state when you switch workspaces.

On this page