Initial import of ijwb, an IntelliJ plugin for Bazel
811 files changed
tree: 1bd8e1bac01538fdade2cd7c2875b2e2fb03a819
  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

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.

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’.