-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement @mockable support #28
Comments
I'll add support for this. |
rpiotrow
added a commit
to rpiotrow/todo-backend
that referenced
this issue
May 25, 2020
It compiles by sbt but IntelliJ shows unresolved symbols and does not auto-complete generated code. Issue: zio/zio-intellij#28
HI, is there any progress? Estimation? |
Hi, thank you for the reminder! I'll take a look. Hopefully, I'll be able to get to it this week. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ZIO guidelines suggest using zio-macros to generate helper methods for service mocking.
It would be great to add hints in Intellij Idea for the generated code.
The text was updated successfully, but these errors were encountered: