Skip to content

Commit

Permalink
chore: note about IntelliJ plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed May 13, 2024
1 parent a8e5734 commit 12808ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/intellij-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ git clone https://github.com/hashgraph/hedera-services.git

From IntelliJ, choose `File -> Open` the _hedera-services/_ directory you just cloned.

### (optional) IntelliJ plugins

The following plugins add comfort features for working with certain parts of the code base:

- [Android IntelliJ plugin](https://plugins.jetbrains.com/plugin/22989-android)
adds additional code navigation capabilities for Dagger2 annotated interfaces.
- [JMH IntelliJ plugin](https://plugins.jetbrains.com/plugin/7529-jmh-java-microbenchmark-harness)
allows running selected JMH benchmarks directly from the IDE.

## Configure the JDK used by Gradle

The project is imported as a Gradle project. Before you can use all features reliably, make sure that Gradle is
Expand Down

0 comments on commit 12808ce

Please sign in to comment.