Skip to content

Code completion not working after ... (spread) #36733

@jwren

Description

@jwren

No completions from the Analysis Server at the |:

void main() async {
  final list1 = [1, 2, 3];

  final list2 = [0, ...li|];

  print(list2);
}

Issue originally filed at https://youtrack.jetbrains.com/issue/WEB-38571

Metadata

Metadata

Assignees

Labels

P2A bug or feature request we're likely to work ondevexp-completionIssues with the analysis server's code completion featurelegacy-area-analyzerUse area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions