Skip to content

Auto completion of dot-shorthands missing cases #61872

@FMorschel

Description

@FMorschel

Repro:

enum E { a, b }

void foo(E e) {
  int _ = switch (e) {
    .a => 1,
    .^
  };
}

FYI @kallentu @bwilkerson

I'll take a look at this one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions