Skip to content

No read completion suggestions when typing in assignment .. #61111

@scheglov

Description

@scheglov
class A {
  final other = A();
  int foo = 0;
}

void f(A a) {
  a.^.foo = 0;
}

This suggests only foo, but not other.
This means that I don't get completion help while converting a.foo into a.other.foo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3A lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-completionIssues with the analysis server's code completion featuredevexp-completion-correctnessIssues with the correctness of the analysis server's code completion featuretype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions