IDE Integration
Open in Editor
Press ⌘O to open workspace in your editor (Cursor, VS Code, etc.)

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.