Skip to content

File Tree (Project Explorer)

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Browse, open, and manage project files with Warp's native file tree and context menu actions.

Warp's native file tree showing the project's file and folder structure in the left panel.

Warp includes a native file tree that makes it easy to explore and manage project files. The file tree is available whenever in any directory and it automatically reflects your project structure as files are added, removed, or changed.

You can open the file tree from the tools panel on the left hand side:

  • Tools panel: Click the Tools sidebar button, then open the File Tree tab (first tab in the panel).
  • Press CMD + \ to open the left panel, then assign your own shortcut for File Tree (and Warp Drive) in Settings > Keyboard shortcuts.

Opening the File Tree from the Tools panel sidebar in Warp.

Clicking on a file opens it directly in Warp’s native Code Editor, where you can view and edit code in a separate pane or tab.

Right-clicking any file opens a context menu with several useful options:

  • Open in new pane: Open the file in a side-by-side pane.
  • Open in new tab: Open the file in a new tab.
  • Attach as context: Insert the file into an agent prompt so the Agent can analyze or reference it.
  • Copy path: Copy the absolute file path.
  • Copy relative path: Copy the path relative to your current working directory.

Right-click context menu on a folder in the file tree.

Right-clicking any folder opens a context menu with the following options:

  • Create new file: Add a new file directly from the tree.

    Creating a new file directly from a folder's right-click context menu in the file tree.

  • Attach as context: Insert the selected file into your agent prompt so the Agent can analyze or reference it.

  • Copy path: Copy the absolute file path to your clipboard.

  • Copy relative path: Copy the path relative to your current working directory.