zio / zio-intellij

A companion IntelliJ IDEA plugin for the ZIO library ecosystem.
Apache License 2.0
214 stars 41 forks source link

Link to open intellij diff view for failed assertions #461

Closed 987Nabil closed 11 months ago

987Nabil commented 11 months ago

The Scalatest integration offers this link in the test result, that lets you open the diff view of intellij to compare expected and actual value of an assertion, if the assertion failed.

Such a feature would be a great improvement. I think this is a generic intellij feature. But I could not find a way to trigger this.

Screenshot 2023-12-17 at 08 50 08

hmemcpy commented 11 months ago

Very cool suggestion! Should be doable, I'll look into it. Thanks!