Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Code completion when typing lambda expression parameters #362

@Rpinski

Description

@Rpinski

When I start typing a new lambda expression, say

s => s.Parent is EntityDeclaration

then after entering the first s (before =>) a code completion window is shown. If I don't escape it, it will insert the first entry found for "s" after typing the whitespace. Since I'm declaring a parameter here, no code completion should be done. Of course, after => code completion would still be desirable for users.

Visual Studio behaves as expected here, by the way.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions