DmitryNekrasov/ai-code-completion-idea-plugin
Implementation of IntelliJ IDEA code completion plugin using a local LLM.
This plugin helps software developers write code faster and with fewer errors by suggesting code snippets directly within IntelliJ IDEA. As you type, it analyzes your existing code and proposes relevant completions as grey text, which you can easily accept. It takes your partial code as input and provides full lines or blocks of code as output, streamlining the coding process.
Use this if you are a software developer using IntelliJ IDEA and want to accelerate your coding with intelligent, context-aware suggestions.
Not ideal if you are not an IntelliJ IDEA user or prefer not to use local AI models for code completion.
Stars
18
Forks
5
Language
Kotlin
License
MIT
Category
Last pushed
Feb 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/DmitryNekrasov/ai-code-completion-idea-plugin"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ggml-org/llama.vim
Vim plugin for LLM-assisted code/text completion
ggml-org/llama.vscode
VS Code extension for LLM-assisted code/text completion
10Nates/ollama-autocoder
A simple to use Ollama autocompletion engine with options exposed and streaming functionality
xNul/code-llama-for-vscode
Use Code Llama with Visual Studio Code and the Continue extension. A local LLM alternative to...
Wells-the-Doctor/leaxer
🌟 Build and deploy local AI models with Leaxer for real-time interaction, streamlined document...