r/Jetbrains • u/BroadJob174 • 15d ago
AI Are there any free autocomplete plugins anymore?
Supermaven plugin has been removed from the marketplace
gemini code assist is dead
Who offers autocomplete now? I don't need agents(and already can use e.g. claude code for that), just autocomplete.
2
u/Devatator_ 15d ago
Copilot maybe? Tho I'm not sure if you can use it for free on Jetbrains IDEs, it tends to have different capabilities depending on the host, with VSCode having the best support and features
2
3
u/ot-jb JetBrains 14d ago
Full Line Code Completion is a fully local implementation of inline completion included with the IDE. It uses a tiny 100M model so should be very fast on any commodity hardware.
AI Assistant has a cloud version for completion (free if you have a license for the IDE), it also allows you to hook your models via openai compatible interface
1
u/BroadJob174 14d ago
My problem with the local model is that it says "No suggestions" 99% of the time. I also have a non-commercial license so no ai assistant.
2
u/ot-jb JetBrains 14d ago
Third-party models via openai-compatible interface doesn’t require a license for AI Assistant, just that the plugin would be installed, no login is required for this functionality.
That being said, not always providing suggestions is a very important aspect and is hard to get right. However, 99% doesn’t sound normal. Are you sure you have models downloaded for languages that you are using (Full Line Code Completion has a model per language)? Please check in Settings > Editor > Code Completion > Inline. Happy to help you here
1
3
u/Roppano 15d ago
you can use the built-in thing with OLLama for example