You May Also Enjoy
Dead code removal in Eclipse platform and PDE
1 minute read
Every large Java code base carries code nobody calls any more. For future maintenance it is important to remove such dead code: every unused class still has ...
An MCP server for the Eclipse IDE
1 minute read
We have released an MCP server for the Eclipse IDE. It lets external LLM clients such as Claude Code or Cursor ask a running IDE for things they cannot cheap...
Visual Studio Code GitHub Copilot vs. Eclipse Theia AI
28 minute read
If you plan to build applications with AI support, especially for software development, you first need to decide which platform to use. You can build a plain...
AI Agent Orchestration
32 minute read
When talking about AI agents, we now often refer to Agentic AI workflows, where multiple agents collaborate to achieve complex goals. When creating Custom Ag...