-
-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Labels
enhancementAccepted suggestions that makes existing features betterAccepted suggestions that makes existing features better
Description
Describe the bug
The formatting of the tooltip when reporting a "no overload match" can be improved.
I don't remember if they always where like that or if this is a regression.
Steps to reproduce
- Copy the snippet below in an F# file
type Test =
static member log (value : string) = failwith "Not implemented"
static member log (value : bool) = failwith "Not implemented"
Test.log 1- Hover over
Test.log
Link to sample reproduction
Expected behaviour
Screenshots
Machine info
- OS: Mac
- .NET SDK version: 8.0.100
- Ionide version: v7.17.0
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementAccepted suggestions that makes existing features betterAccepted suggestions that makes existing features better
