IDE Integration

Open in Editor

Press ⌘O to open workspace in your editor. Supported editors:

  • Cursor
  • VS Code
  • VS Code Insiders
  • Zed
  • Windsurf
  • Antigravity
  • Sublime Text
  • JetBrains IDEs (IntelliJ IDEA, WebStorm, PyCharm, and more)

Open In Editor

Configure Default Editor

Settings → Editor → Select your preferred editor

Window Title Tip

Show branch name in editor title bar:

  1. Open VS Code/Cursor settings
  2. Search window.title
  3. Set to: ${activeRepositoryBranchName}${separator}${rootName}

This helps identify which window is which when you have multiple workspaces open.

On this page