GitHub Copilot for Eclipse Plugin Released as Open Source Under MIT License
GitHub has released the source code for its Copilot for Eclipse plugin under the MIT license. The move makes Copilot's Eclipse integration the first open-source IDE plugin for the AI coding assistant, with code now publicly available on GitHub.
GitHub Copilot for Eclipse Plugin Released as Open Source Under MIT License
GitHub has released the source code for its Copilot for Eclipse plugin under the MIT license, according to a changelog update on May 21, 2026. The code is now publicly available on GitHub.
This marks the first open-source IDE integration for GitHub Copilot, which previously maintained proprietary plugins for Visual Studio Code, JetBrains IDEs, and other development environments. The Eclipse plugin allows Java and other Eclipse-based developers to access Copilot's code completion and generation features directly in their IDE.
Technical Details
The MIT license permits developers to modify, distribute, and use the code commercially with minimal restrictions. GitHub has not disclosed whether other IDE plugins will follow the same open-source path.
The release follows what GitHub describes as "previous updates" to the Eclipse integration, though specific version numbers and feature details were not provided in the announcement. The plugin connects to GitHub's cloud-based Copilot service, which uses large language models to provide code suggestions.
Repository Access
Developers can now access the complete source code on GitHub's official repository. The open-source release allows the developer community to audit the plugin's implementation, contribute improvements, and potentially fork the codebase for custom integrations.
What This Means
Open-sourcing the Eclipse plugin could signal a broader strategy shift for GitHub's IDE integrations, potentially encouraging community contributions and faster feature development. For enterprises using Eclipse in regulated environments, the ability to audit and modify the plugin source code addresses security and compliance concerns that proprietary plugins cannot. However, GitHub has not indicated whether this represents a template for future IDE integrations or remains specific to Eclipse's smaller market share compared to VS Code.
Related Articles
GitHub Copilot CLI adds Microsoft C++ Language Server plugin with automated setup
GitHub has added the Microsoft C++ Language Server as a plugin to the Copilot CLI marketplace. The plugin includes a built-in setup skill designed to automate C++ project configuration.
GitHub Copilot in VS Code Gains Browser Automation Tools for Web App Testing
GitHub has made browser tools for Copilot in VS Code generally available. The feature allows Copilot agents to control real browsers, navigate live web applications, and integrate findings back into the development environment.
Apple ships Safari MCP server in Technology Preview 247, enabling AI coding agents to inspect and debug websites
Apple has released an MCP server for Safari Technology Preview 247 that allows AI coding agents to directly inspect and debug websites. The server gives agents access to console logs, network requests, screenshots, and DOM interactions through the Model Context Protocol standard created by Anthropic.
AWS launches MiniMax M2 family on Amazon Bedrock with 1M token context and MoE architecture
Amazon Web Services has added three MiniMax models to Amazon Bedrock: M2, M2.1, and M2.5. The newest model, M2.5, uses a mixture-of-experts architecture with 230 billion total parameters and 10 billion active per token, trained specifically for agent-native execution and coding tasks.
Comments
Loading...