fsharp
fsharp copied to clipboard
Support Inline Hints
Implementing this API: https://github.com/dotnet/roslyn/tree/master/src/Tools/ExternalAccess/FSharp/InlineHints
Checking things like:
- Inferred types on bindings
- Parameter name hints
It's actually very possible and works very well: https://github.com/dotnet/fsharp/pull/10295
The remaining work is to wire up roslyn-based options into this.
I'm going to push this out to dev17.
Closing in favor of https://github.com/dotnet/fsharp/issues/14157.