Skip to content

No hover on typeclass of derives clause #19489

Open
@bishabosha

Description

@bishabosha

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 toolsitype:bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions