What's your favorite setup for AI-assisted #Java development?
I prefer IntelliJ over VS Code as an IDE, but the AI tools available for VS Code are better than the ones available for IntelliJ in my opinion.
I prefer IntelliJ over VS Code as an IDE, but the AI tools available for VS Code are better than the ones available for IntelliJ in my opinion.
Comments
Because it supports all available LLM providers and models and you can switch them during a chat conversation this is hands-down better than CoPilot or AI Assistant. Proof me wrong.
https://github.com/devoxx/DevoxxGenieIDEAPlugin
#askingforafriend
I have a POC with a fully agentic approach, but once the window context reaches its limit, the magic unfortunately stops 🫣
+ Cline (for agentic workflows)
+ Continue (for chat and autocompletion)
From a model perspective, Claude for agentic workflows, local models for chat and autocompletion (Ollama).