Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T00:35:09.717Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

docs/src/completions.md

1.8 KB

title: Code Completions - Zed description: Zed's code completions from language servers and edit predictions. Configure autocomplete behavior, snippets, and documentation display.

Completions

Zed supports two sources for completions:

  1. "Code Completions" provided by Language Servers (LSPs) automatically installed by Zed or via Zed Language Extensions.
  2. "Edit Predictions" provided by Zed's own Zeta model or by external providers like GitHub Copilot.

Language Server Code Completions {#code-completions}

When there is an appropriate language server available, Zed will provide completions of variable names, functions, and other symbols in the current file. You can disable these by adding the following to your Zed settings.json file:

"show_completions_on_input": false

You can manually trigger completions with ctrl-space or by triggering the editor::ShowCompletions action from the command palette.

Note: Using ctrl-space in Zed requires disabling the macOS global shortcut. Open System Settings > Keyboard > Keyboard Shortcuts > Input Sources and uncheck Select the previous input source.

For more information, see:

Edit Predictions {#edit-predictions}

Zed has built-in support for predicting multiple edits at a time via Zeta, Zed's open-source and open-data model. Edit predictions appear as you type, and most of the time, you can accept them by pressing tab.

See the edit predictions documentation for more information on how to setup and configure Zed's edit predictions.

Served at tenant.openagents/omega Member data and write actions are omitted.