EditVolt Complete
Inline completions run on a bundled local engine — no API key, no cloud round-trip, and they keep working with no internet connection at all.
How it works
As you type, suggestions stream in as ghost text:
- Tab accepts the whole suggestion
- Suggestions are multi-line and consider nearby code and your recent edits
- Tab-to-jump predicts your next edit elsewhere in the file and takes you there
- Change propagation offers follow-up edits related to the change you just made
Settings
| Setting | Default | Description |
|---|---|---|
editvolt.completions.enabled | on | Master switch |
editvolt.completions.source | local | local or explicit cloud opt-in |
editvolt.completions.nextEdit.enabled | on | Tab-to-jump next-edit prediction |
editvolt.completions.debounceMs | — | Delay before requesting a suggestion |
:::info Local by default Completion requests never leave your machine unless you explicitly switch the source to a cloud provider. Completion context is drawn from nearby code and recent edits — not from the semantic index. :::