Named Tuple selections have no hover #20500
Labels
area:named-tuples
Issues tied to the named tuples feature.
area:presentation-compiler
Related to the presentation compiler module used by Metals and possibly other tools
itype:bug
Compiler version
3.5.0-RC1
Minimized code
Output
NamedTuple.apply
, which is what the.name
selection desugars to.Expectation
I'd expect to see
name: String
when hovering.I think we can do better here, for example, structural selections on Selectable show the structural signature, and not selectDynamic.
The text was updated successfully, but these errors were encountered: