vlasenkoalexey / FSharp.Interactive.Intellisense

Intellisense support for Visual Studio F# interactive
http://alekseyv-dev.blogspot.com/2015/10/implementing-f-interactive-intellisense.html
MIT License
26 stars 3 forks source link

Character is not input after completion #3

Open bleis-tift opened 8 years ago

bleis-tift commented 8 years ago

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 and then I type x.ToU(. I got x.ToUpper. But I want x.ToUpper(.

bleis-tift commented 8 years ago

I type open System and then I type ;;. I got open System;.

I think this behavior is de-evolved...