This Git repository contains two Bazel IDE projects. They share a large amount of code and therefore live together here. Both provide IDE integrations for Java projects built by the Bazel build system.
Originally started at Salesforce, the code was forked into this repo eclipseguru/bazel-eclipse. I will continue to maintain and update it at best effort. My main interest is the JDTLS extension. As much as I still like and prefer Eclipse over others, my main use shifted to VS Code/Cursor developing remotely on a workspace. I seldom develop on a local machine these days.
Contributions and help is still very welcome!
FWIW, I continue to debate with myself whether JDT is the right technology here. The main problem is the duplication of work between JDT and Bazel. If JDT would not require to generate class files and work mostly from source and an index/database it would be idea. Bonus poits if such an index/database could be built by a Bazel aspect and shared via Bazel's remote cache capability.
This is the Eclipse Feature for developing Bazel projects in Eclipse. The Bazel Eclipse Feature supports importing, building, and testing Java projects that are built using the Bazel build system.
Full documentation is available here:
This is a Language Server implementation for Java projects built by Bazel. This enables IDEs such as Visual Studio Code to be used to develop the project.
Full documentation is available here:
We use GitHub Discussions! Please file an Issue if you have an issue or would like to request a new feature.
Development/contribution discussion happen in Bazel's ide-dev Slack channel.
We welcome any contributions. Please review our code of conduct and our contribution guide.
Please look at our contribution guide.