I've searched a few times, but I've never found any references to the implemented version (model).
So, I ask: what development tools are you using? Copilot, or are there better alternatives?
I use it in conjunction with IntellIJ.
1–10 of 31 posts
I've searched a few times, but I've never found any references to the implemented version (model).
So, I ask: what development tools are you using? Copilot, or are there better alternatives?
I use it in conjunction with IntellIJ.
Additionally, CodeGPT supports local LLMs, which can be useful if you're concerned about data privacy or want to work offline.
I've had a great experience using the IntelliJ plugin called CodeGPT ( https://plugins.jetbrains.com/plugin/21056-codegpt ). What I really like about it is that it allows you to bring your own API key for various providers like Anthropic and OpenAI. Additionally, CodeGPT supports local LLMs, which can be useful if you're concerned about data privacy or want to work offline.
Thanks by sharing your experience.
Very happy with https://supermaven.com. Switched to it from Copilot, and it's faster and has a much better understanding of what I'm trying to do. I think it uses a git diff + some other stuff that it feeds into the context window that makes it so that when I'm working on a new feature, when i’m creating say the 3rd it understands what I'm going to write even if the file is empty.