Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

[HERON-3711] Setup Instructions for Intellij IDEA using the Bazel plugin. #3712

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ To bootstrap an IDEA project run the following from the root folder of the repo:
```bash
$ ./scripts/setup-intellij.sh
```

Alternatively, you may install the Bazel plugin from the Intellij Marketplace and utilize it to
automatically configure the IDE.

1. File -> Import Bazel Project...
2. Workspace: Select the root folder for the Heron codebase.
3. Generate from BUILD file: select the BUILD file in the Heron source root directory.
4. Finish.

This will open up the Heron project and initiate a Bazel build. Once completed the IDE should be
fully configured.

To bootstrap an Eclipse project fun the following from the root folder of the repo:

```bash
Expand Down