FSharp.Interactive.Intellisense
FSharp.Interactive.Intellisense copied to clipboard
Intellisense support for Visual Studio F# interactive
Please add support for Visual Studio Community 2019.
do you plan to integrate this into the VS F# powertools or directly into Visual F#?
if you enter e.g. `let x = 5` and then try doing a `x.`, if you didn't "select" `x` from the pop-up that appears, but simply typed `x.`, you get...
I type `open Sys` and then I type `;;`. I got `open System;`. But I want `open System;;`. Similarly, I type `let x = "aaa";;` and push the enter key...