๐ An OpenAI-compatible code autocomplete and inline completion plugin for the Lumide IDE.
- Fast Autocomplete: Low-latency token streaming with early halting.
- Context-Aware: Uses recently opened files and editor selections to improve suggestions.
- Smart Cache: Local prefix cache with LRU eviction and deferred disk writes.
Navigate to Lumide -> Settings -> Lumide Swiftly under Plugins and configure:
- Provider URL: The base URL of your OpenAI-compatible endpoint.
- API Key: Your API key (if required).
- Model: The model name to use for completion.
Then click on AI Completion provider icon under Status Bar -> choose Lumide Swiftly.
- Trigger: Suggestions appear automatically as gray "ghost text" as you type.
- Accept: Press
Tabto insert. - Dismiss: Press
Escor continue typing.
This project is licensed under the MIT License - see the LICENSE file for details.
Built with โค๏ธ by SoFluffy.