-
Notifications
You must be signed in to change notification settings - Fork 4k
Code editor: auto-save + auto-refresh external file changes (VS Code-like behavior) #10208
Copy link
Copy link
Open
Labels
area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.Editors, notebooks, markdown rendering, LSP, and code display.area:settings-keybindingsSettings UI, preferences, keybindings, and keyboard-shortcut management.Settings UI, preferences, keybindings, and keyboard-shortcut management.duplicateThis issue or pull request already exists.This issue or pull request already exists.enhancementNew feature or request.New feature or request.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:editor-notebooksEditors, notebooks, markdown rendering, LSP, and code display.Editors, notebooks, markdown rendering, LSP, and code display.area:settings-keybindingsSettings UI, preferences, keybindings, and keyboard-shortcut management.Settings UI, preferences, keybindings, and keyboard-shortcut management.duplicateThis issue or pull request already exists.This issue or pull request already exists.enhancementNew feature or request.New feature or request.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Problem
Warp's code editor does not currently auto-save edited files or auto-refresh open files when those files change on disk.
For workflows where files are edited by external tools (formatters, generators, git operations, etc.), this creates friction versus editors like VS Code.
Current behavior
Requested behavior
Add editor settings for:
Auto-save mode
offafter_delayon_focus_changeafter_delay_and_focus_changeAuto-refresh files changed on disk
UX / Settings placement
Why this matters
Notes
I already have a local implementation prototype ready and can contribute it once this issue is triaged through Warp's feature/spec process.