How to find the usages of a Scala class'es constructor in IntelliJ? -


is there possibility find usages of scala class'es constructor in intellij?

when using "find usages" on such constructor, applies every usage of class'es signature (since signature shared between class , constructor).

i don't think idea allows directly, can kind of achieve temporarily adding new parameter, compiling , looking @ errors (this "find" pattern matches using class well).


Comments