#295 · Primary category: AI Coding Assistants

llama.vscode

copilot developer-tool extension llama llm vscode

VS Code extension for LLM-assisted code/text completion

Project last updated:08/19/26

GitHub Stars

1.5K

Forks

151

Contributors

25

License

MIT

Why we included this project

llama.vscode is a VS Code extension that runs LLM-assisted completion, chat, and agentic coding on local models through llama.cpp, so your source never leaves your machine. You accept inline suggestions with Tab, and the agent view can pull in MCP tools; smart context reuse keeps very large editing contexts responsive even on modest hardware, and the extension installs llama.cpp for you. It also works with external providers like OpenRouter, so you can switch between fully local and hosted models without changing interfaces. For teams that want modern assistant workflows but are uneasy about sending code to a cloud service, this is a practical middle ground.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category