-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area:presentation-compilerRelated to the presentation compiler module used by Metals and possibly other toolsRelated to the presentation compiler module used by Metals and possibly other toolsitype:bug
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
Metadata
Metadata
Labels
area:presentation-compilerRelated to the presentation compiler module used by Metals and possibly other toolsRelated to the presentation compiler module used by Metals and possibly other toolsitype:bug