Update README to warn that this is an early access code drop.
1 file changed
tree: 80e5adda5bed1384be54aafe1df918bf358dd8b6
  1. aswb/
  2. blaze-base/
  3. blaze-cpp/
  4. blaze-java/
  5. blaze-plugin-dev/
  6. build_defs/
  7. ijwb/
  8. intellij-platform-sdk/
  9. intellij_test/
  10. remote_platform_sdks/
  11. third_party/
  12. tools/
  13. .gitignore
  14. AUTHORS
  15. BUILD
  16. CONTRIBUTING.md
  17. CONTRIBUTORS
  18. LICENSE.txt
  19. README.md
  20. VERSION
  21. WORKSPACE
README.md

An IntelliJ plugin for Bazel projects

This is an early-access version of our IntelliJ bazel plugin.

This code drop is for educational purposes only and is currently not kept up-to-date. It may not build correctly for you, and we are currently not accepting pull requests.

In the near future the repository will be open for business with live, working code and we will start accepting contributions.

Installation

You can find our plugin in the Jetbrains plugin repository by going to IntelliJ -> Settings -> Browse Repositories, and searching for ‘IntelliJ with Bazel’.

Usage

To import an existing Bazel project, choose ‘Import Bazel Project’, and follow the instructions in the project import wizard.

Public docs are coming.

Building the plugin

Install Bazel, then run ‘bazel build //ijwb:ijwb_bazel’ from the project root. This will create a plugin jar in ‘bazel-genfiles/ijwb/ijwb_bazel.jar’.