Skip to content

Missing completion for 'else' after nested if with else #25336

@Neme12

Description

@Neme12
if (true)
    if (true)
        Console.WriteLine();
    else
        Console.WriteLine();
$$ // 'else' is not in the completion list

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-IDEResolution-FixedThe bug has been fixed and/or the requested behavior has been implemented

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions