fsharp
fsharp copied to clipboard
Methods are not tagged as methods in tooltips
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.
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
Hmm, no, that's not it.