Warp: Auto Save for the Built-In Code Editor
Warp introduced an opt-in Auto Save setting for its built-in code editor, mirroring VS Code's "afterDelay" autosave behavior. Changes save roughly 1 second after typing stops, and again on focus loss (honoring the Format on save preference). It suppresses unsaved-changes dialogs and save toasts, and also applies to the code review diff panel.
Warp added an Auto Save setting to its built-in code editor, modeled on VS Code's "afterDelay" autosave behavior. When enabled, changes save automatically about 1 second after typing stops, and again when focus is lost, honoring the existing Format on save preference. Auto Save is off by default and can be enabled under Settings > Code. It suppresses unsaved-changes dialogs and save toasts, and extends to the code review diff panel as well. The feature resolves a GitHub feature request that had been open since March 2026.