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)

Configure Default Editor
Settings → Editor → Select your preferred editor
Window Title Tip
Show branch name in editor title bar:
- Open VS Code/Cursor settings
- Search
window.title - Set to:
${activeRepositoryBranchName}${separator}${rootName}
This helps identify which window is which when you have multiple workspaces open.