Open
Description
Compiler version
3.4.0-RC1
Minimized code
https://scastie.scala-lang.org/jzYU3JWJTZW6731MigOqlA
/** my doc */
trait Foo[T]
object Foo:
def derived[T]: Foo[T] = ???
case class Pet(name: String, kind: String) derives Foo
// ^^^ hover here
Output
There is no hover from the presentation compiler when hovering on the Foo
Expectation
I should see the standard hover for the symbol trait Foo