Add bazel support
See original GitHub issueBazel build tool (https://bazel.build) is a cross-language build platform allows to have fast and reliable builds.
It could be nice if java projects using WORKSPACE
and BUILD
would be supported through jdt.ls or an extension.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:8
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Bazel Plugin - IntelliJ with Bazel
Bazel Plugin. Language support. Java; Python. Features. Import BUILD files into the IDE. Compile your project and get navigatable compile errors in the...
Read more >Bazel - IntelliJ IDEs Plugin - JetBrains Marketplace
Bazel project support. Features: Import BUILD files into the IDE. BUILD file custom language support. Support for Bazel run configurations for certain rule ......
Read more >bazelbuild/vscode-bazel: Bazel support for Visual Studio Code
This extension adds a Bazel section to the extension settings in Visual Studio Code. If you have Bazel installed in a location that...
Read more >Using Bazel on Buildkite
Install Bazel on one or more Buildkite Agents. · Add an empty WORKSPACE file to your project to mark it as a Bazel...
Read more >Open-source Bazel Build Tutorial, Examples, and Advantages
They leveraged Bazel's hermetic builds to support incremental build ... team wrote and added to your project or generated files that Bazel ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Another reference script that can be used to better understand the schema of
.classpath
and.project
and how to generate them, although this script is for Buck projects:https://gerrit.googlesource.com/gerrit/+/refs/heads/master/tools/eclipse/project.py
Closing this out since necessary API for JDT-LS has been implemented in https://github.com/eclipse/eclipse.jdt.ls/pull/1404. Feel free to re-open if we’ve missed something.