Skip to content

Commit 96866e8

Browse files
authored
Reminder about the IntelliJ Plugin if you are using zio-macros (zio#8363)
1 parent 2273e5e commit 96866e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/service-pattern/generating-accessor-methods-using-macros.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Also, to enable macro expansion we need to setup our project:
2727
compilerPlugin(("org.scalamacros" % "paradise" % "2.1.1") cross CrossVersion.full)
2828
```
2929

30+
If you are using IntelliJ, macro generated accessors will not be available in IDE hints without [ZIO plugin](../../guides/tutorials/running-our-first-zio-project-with-intellij-idea.md).
31+
3032
:::info
3133
At the moment these are only available for Scala versions `2.x`, however their equivalents for Scala 3 are on our roadmap.
3234
:::

0 commit comments

Comments
 (0)