I have a method that accepts an implicit parameter and somewhere in the code that implicit value has been defined. However I haven't been able to find where my code has created it.
Is there an easy way to find where an implicit value has been defined in Scala? So far I'm just scanning the source code of my imports but this is extremely tedious. I am using IntelliJ.