Summary
Add AI-powered real-time inline code completion (ghost text / Copilot-style suggestions) to Warp's Code Editor. When typing code, the AI would predict and show gray ghost text of the likely next code, accepting with Tab or other shortcut.
Problem
Warp's Code Editor currently supports LSP for hover info, go-to-definition, diagnostics, and format-on-save, but lacks real-time code autocomplete — both LSP-based completions and AI-powered inline completions. Developers writing or editing code in Warp's editor need to switch to another IDE (VS Code, Cursor, etc.) to get the fluid autocomplete experience. This breaks the flow that Warp's "Agentic Development Environment" aims to create.
A related issue (#7346) was closed when LSP support shipped, but the "autocomplete" part was never implemented: the current LSP implementation covers hover, go-to-definition, find references, inline diagnostics, and format-on-save — but not textDocument/completion.
Desired workflow
- Open a code file in Warp's Code Editor
- Start typing code (e.g.,
console.)
- AI predicts the next tokens and shows ghost text inline (grayed out) after the cursor
- Press Tab (or another configurable key) to accept the suggestion
- The suggestion may be multi-token / multi-line, predicting variable names, function calls, imports, etc.
Artifacts
None attached
Warp version
Unknown
Operating system
Windows (bash)
Summary
Add AI-powered real-time inline code completion (ghost text / Copilot-style suggestions) to Warp's Code Editor. When typing code, the AI would predict and show gray ghost text of the likely next code, accepting with Tab or other shortcut.
Problem
Warp's Code Editor currently supports LSP for hover info, go-to-definition, diagnostics, and format-on-save, but lacks real-time code autocomplete — both LSP-based completions and AI-powered inline completions. Developers writing or editing code in Warp's editor need to switch to another IDE (VS Code, Cursor, etc.) to get the fluid autocomplete experience. This breaks the flow that Warp's "Agentic Development Environment" aims to create.
A related issue (#7346) was closed when LSP support shipped, but the "autocomplete" part was never implemented: the current LSP implementation covers hover, go-to-definition, find references, inline diagnostics, and format-on-save — but not textDocument/completion.
Desired workflow
console.)Artifacts
None attached
Warp version
Unknown
Operating system
Windows (bash)