Skip to content

No hover for named context bound #22335

Closed
@bishabosha

Description

@bishabosha

In VS Code with Scala 3.6.2 and metals 1.4.2

Compiler version

3.6.2

Minimized code

def fromInt[T: Numeric as num](t: Int): T = num.fromInt(t)
//                        ^^^

Output

no hover

Expectation

should display that num: Numeric[T] or something like that

Metadata

Metadata

Assignees

Labels

area:presentation-compilerRelated to the presentation compiler module used by Metals and possibly other toolsitype:bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions