fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

Extra code completion items in short lambda

Open auduchinok opened this issue 1 year ago • 0 comments

type R =
    { Field: int }
    member this.P = 1

let i = 1
let r: R = Unchecked.defaultof<_>

[r] |> List.map _.

There're unexpected i and r items in the code completion popup: Screenshot 2024-05-16 at 18 22 09

auduchinok avatar May 16 '24 16:05 auduchinok