From 12808ce8dfa7b95c4991e7881d55dbf3e3d3e25c Mon Sep 17 00:00:00 2001 From: Jendrik Johannes Date: Mon, 6 May 2024 10:50:06 +0200 Subject: [PATCH] chore: note about IntelliJ plugins Signed-off-by: Jendrik Johannes --- docs/intellij-quickstart.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/intellij-quickstart.md b/docs/intellij-quickstart.md index 90447bafeb39..2746149ed46c 100644 --- a/docs/intellij-quickstart.md +++ b/docs/intellij-quickstart.md @@ -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