Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.13 KB

Bazillion

Build Status

Bazillion is an opinionated alternative Bazel plugin for IntelliJ IDEA.

Why

To allow for opening of any kind of project, the official bazel plugin needs to call bazel to get the required information which means that the information is always correct, but unfortunately these calls are often costly on large projects.

Bazillion chooses the other side of the tradeoff and builds the IntelliJ project structure by parsing the BUILD files directly. Bazillion also provides a first-class support for 3rd party dependencies.

Requirements

Current status

This plugin is in alpha stage.

Contribute

Contributions are always welcome!