Skip to content

lsubra/intellij

 
 

Repository files navigation

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' from the project root. This will create a plugin jar in 'bazel-genfiles/ijwb/ijwb_bazel.jar'.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.6%
  • Python 1.4%