Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No overloads match tooltip formatting could be improved #1977

Open
MangelMaxime opened this issue Jan 15, 2024 · 0 comments
Open

No overloads match tooltip formatting could be improved #1977

MangelMaxime opened this issue Jan 15, 2024 · 0 comments

Comments

@MangelMaxime
Copy link
Contributor

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

  1. 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
  1. Hover over Test.log

Link to sample reproduction

Expected behaviour

Screenshots

CleanShot 2024-01-15 at 16 32 25@2x

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant