Description
Is your feature request related to a problem? Please describe.
Hey, I recently started learning functional programming and F# - and by extension just recently started using this plugin. There is one thing that I would love to have, and seems to be at least partially supported already, and that's pipeline hints.
Describe the solution you'd like
I want to be able to see type annotations at the end of each line like the following image. Ideally configured separately from Inlay hints
so that people who want one or the other can choose.
Additional context
Enabling inlay hints
shows something similar to what I want, but for variables instead.
This seems to already be supported in the VsCode plugin, at least according to the following image from this Pull Request from 2022
Activity