Provides an LSP server to integrate large language models for intelligent code completion and development assistance directly into IDEs.
llm-ls is a Rust-based LSP server that brings AI-powered code completion to your IDE, handling LLM interactions and context management. It offers AST-aware completions and generates prompts from the current file, ensuring token limits are met. The server supports backends like Hugging Face Inference API, ollama, and OpenAI-compatible servers, logging telemetry locally in `~/.cache/llm_ls/llm-ls.log`.
Provides an LSP server to integrate large language models for intelligent code completion and development assistance directly into IDEs.
Developers looking to add local or cloud-based LLM-driven code completion and assistance to their IDEs via a standard LSP interface.