scalameta / metals-feature-requests

Issue tracker for Metals feature requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rich hover for case classes and enums

keynmol opened this issue · comments

Is your feature request related to a problem? Please describe.

In many other language servers, hovers are rich, containing fields and types.
Metals only seems to show the name of the case class

Describe the solution you'd like

Listing all the fields of the case class

Describe alternatives you've considered

Here is how Gopls and Rust analyzer do it

CleanShot 2024-07-01 at 10 06 07

Additional context

No response

Search terms

case class hover enum