Skip to main content

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

SettingDefaultDescription
editvolt.completions.enabledonMaster switch
editvolt.completions.sourcelocallocal or explicit cloud opt-in
editvolt.completions.nextEdit.enabledonTab-to-jump next-edit prediction
editvolt.completions.debounceMsDelay 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. :::