fsharp
fsharp copied to clipboard
add object initialisers (property set and init) to suggestions to user in intellisense/doc
for example in iodide, fsautocomplete we get
linked issue here with details: https://github.com/fsharp/FsAutoComplete/issues/1224
They will need to be added to any method which returns "this" object as well.
almost every method...