Igal Tabachnik
Igal Tabachnik
Currently, if there exists a run configuration that runs as Java application, it won't be replaced with the ZIO-specific one, and therefore can't run individual tests. Make sure it gets...
Some users reported a performance problem when opening classes in external libraries (e.g. ZIO's `Cause` or `ZIO` class). IntelliJ spends a long time analyzing the code and sometimes completely freezes....
The plugin should detect a version change during a project re-import and download a new test runner to match.
Using `ZIO.sleep`/`.delay` without forking or properly adjusting the test clock leads to hanging tests. Try detecting this.
Not sure about the status, but needs investigation. In general, there should be no issue in the execution (as long as [zio-test-intellij](https://github.com/zio/zio-test-intellij) is found in the classpath). There might be...
from @ghostdogpr: > the plugin is suggesting to change .as(ExitCode.failure) to .exitCode but I was doing this on a UIO so it's not equivalent
Needs filtering out classes that are in the same package name, but are not tests.
It would be great if this project could provide an extension for ZIO that added `ZIO.foreach/collectAll` etc for Cats NEL.