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

Methods are not tagged as methods in tooltips #10540

Open
auduchinok opened this issue Nov 24, 2020 · 2 comments
Open

Methods are not tagged as methods in tooltips #10540

auduchinok opened this issue Nov 24, 2020 · 2 comments
Labels
Area-FCS Bug Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone

Comments

@auduchinok
Copy link
Member

auduchinok commented Nov 24, 2020

With recent changes the Method name below is tagged as Member and not as Method in a tooltip:

type T() =
    member x.Method() = ()

Presumably it's a regression in #9563.

@cartermp
Copy link
Contributor

cartermp commented Dec 2, 2020

My guess is it has to do with this addition. Frankly, there's probably no need for it: https://github.com/dotnet/fsharp/pull/9563/files#diff-2a492c131c46adf510ae8bfb8a1c1fa1d1392a8c0ea0ed9bf9177f86dff16599R1168

@cartermp cartermp added this to the Backlog milestone Dec 2, 2020
@cartermp cartermp added the Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code. label Dec 2, 2020
@cartermp
Copy link
Contributor

cartermp commented Dec 2, 2020

Hmm, no, that's not it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-FCS Bug Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code.
Projects
Status: New
Development

No branches or pull requests

2 participants