You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
This repo holds two IDE projects. One 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. The other is the Bazel Java Language Server, which is a build integration for IDEs such as VS Code.
Bazel Eclipse Feature (BEF) and Bazel Java Language Server (BJLS)
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.
Please do us a huge favor. If you think these projects could be useful for you, now or in the future, please hit the Star button at the top. That helps us advocate for more resources on this project. Thanks!
BEF: Bazel Eclipse Feature
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.
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.
This repo holds two IDE projects. One 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. The other is the Bazel Java Language Server, which is a build integration for IDEs such as VS Code.