Skip to content

No types produced for record fields when using the legacy protocol #54286

Open
@bwilkerson

Description

@bwilkerson

Given the following file:

void f((int, String) r) {
  r.
}

attempting to code complete after the period produces the correct results, but the types of the record fields $1 and $2 are not displayed when using the legacy protocol. (They are produced using LSP.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-intellijTracking issues for the Dart IntelliJ plugin.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions