Skip to content

brendandouglas/intellij

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.9%
  • Python 3.1%