Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra code completion items in short lambda #17162

Open
auduchinok opened this issue May 16, 2024 · 0 comments
Open

Extra code completion items in short lambda #17162

auduchinok opened this issue May 16, 2024 · 0 comments
Labels
Area-LangService-AutoComplete autocomplete/intellisense Bug Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone

Comments

@auduchinok
Copy link
Member

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

@github-actions github-actions bot added this to the Backlog milestone May 16, 2024
@T-Gro T-Gro added the Area-LangService-AutoComplete autocomplete/intellisense label Jun 3, 2024
@abonie abonie added Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code. and removed Needs-Triage labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-LangService-AutoComplete autocomplete/intellisense Bug Impact-Low (Internal MS Team use only) Describes an issue with limited impact on existing code.
Projects
Status: New
Development

No branches or pull requests

3 participants