Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/salesforce/bazel-eclipse

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.
https://github.com/salesforce/bazel-eclipse

bazel eclipse eclipse-ide java languageserverprotocol vscode-extension

Last synced: 2 months ago
JSON representation

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.

Lists

README

        

# Bazel Eclipse Feature (BEF) and Bazel Java Language Server (BJLS)

This Git repository contains two [Bazel](http://bazel.io) 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](https://bazel.build) build system.

:octocat: 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 ![BEF Logo](docs/logos/bef_logo_small.png)

This is the Eclipse Feature for developing [Bazel](http://bazel.io) 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:
- [Bazel Eclipse Feature docs](docs/bef/README.md)

## BJLS: Bazel Java Language Server ![BEF Logo](docs/logos/bjls_logo_small.jpeg)

This is a [Language Server](https://microsoft.github.io/language-server-protocol/) implementation for Java projects built by Bazel.
This enables IDEs such as [Visual Studio Code](https://code.visualstudio.com/) to be used to develop the project.

Full documentation is available here:
- [Bazel Java Language Server docs](docs/bjls/README.md)

## Community, Support and Contributions

We use GitHub Discussions!
Please file an Issue if you have an issue or would like to request a new feature.

Development/contribution discussion habben in [Bazel's ide-dev Slack channel](https://bazelbuild.slack.com/archives/CM8JQCANN).

We welcome any contributions.
Please review our [code of conduct](CODE_OF_CONDUCT.md) and our [contribution guide](CONTRIBUTING.md).

## Developing BEF or BJLS

Please look at our [contribution guide](CONTRIBUTING.md).