dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.82k stars 773 forks source link

Cannot get the type of an object expression #17366

Open Tangent-90 opened 6 days ago

Tangent-90 commented 6 days ago

As mentioned in #17292, it cannot get the type of an object expreesions, so the override completion feature cannot know which slots was implemented and should not suggest again.

Expected behavior

Can get the type of an object expression from GetExprTypingForPosition or something else

Actual behavior

It doesn't