F# IntelliSense
Options
F# IntelliSense doesn't seem to be working correctly.
It is missing compiler version 4 additions, e.g.
It is missing compiler version 4 additions, e.g.
Option.ofNullable
and Option.ofObj
. Comments
-
LINQPad uses FSharp.Compiler.Service for intellisense:
https://github.com/fsharp/FSharp.Compiler.Service
AFAIK, this doesn't yet support version 4 additions (unless something has changed recently). -
VS Code F# extension uses FSharp.Compiler.Service too and I can see version 4 additions IntelliSense there.