Merge pull request #129 from brendandouglas/master

Import of bazel plugin using copybara
tree: d9e37149704735d776684a15c9f2fbe6cf760993
  1. aspect/
  2. aswb/
  3. base/
  4. build_defs/
  5. clwb/
  6. common/
  7. cpp/
  8. golang/
  9. ijwb/
  10. intellij_platform_sdk/
  11. java/
  12. plugin_dev/
  13. proto/
  14. python/
  15. scala/
  16. sdkcompat/
  17. terminal/
  18. testing/
  19. third_party/
  20. .gitignore
  21. AUTHORS
  22. BUILD
  23. CHANGELOG
  24. CONTRIBUTING.md
  25. CONTRIBUTORS
  26. LICENSE.txt
  27. README.md
  28. version.bzl
  29. WORKSPACE
README.md

An IntelliJ plugin for Bazel projects

This is an early-access version of our Bazel plugins for IntelliJ, Android Studio, and CLion.

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 Settings -> Browse Repositories, and searching for 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.