Extensions
Auto Complete
Inline ghost-text suggestions that appear as you type
Shows greyed-out suggestion text inline with the cursor. Press → or Tab
to accept the suggestion, or just keep typing to dismiss.
Install
pnpm add @typix-editor/extension-auto-completeLive demo
Notes
- The extension uses a simple word-list heuristic by default — extend or
swap the suggestion source via
configExtension(AutocompleteExtension, { ... }). - Pairs naturally with an AI extension for LLM-driven completions.