Import of bazel plugin using copybara

PiperOrigin-RevId: 145080193
23 files changed
tree: d415ed72709e67021597d41f2a29f0e0c681ef33
  1. aswb/
  2. base/
  3. build_defs/
  4. clwb/
  5. common/
  6. cpp/
  7. golang/
  8. ijwb/
  9. intellij_platform_sdk/
  10. java/
  11. plugin_dev/
  12. proto_deps/
  13. sdkcompat/
  14. testing/
  15. third_party/
  16. .gitignore
  17. AUTHORS
  18. BUILD
  19. CONTRIBUTING.md
  20. CONTRIBUTORS
  21. LICENSE.txt
  22. README.md
  23. version.bzl
  24. 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.

Detailed docs are available here.

Building the plugin

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