-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ondevexp-completionIssues with the analysis server's code completion featureIssues with the analysis server's code completion featuredevexp-completion-correctnessIssues with the correctness of the analysis server's code completion featureIssues with the correctness of the analysis server's code completion featuredevexp-serverIssues related to some aspect of the analysis serverIssues related to some aspect of the analysis servertype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
In a fresh dart file, type the following text:
void f({required S})Place the cursor after the S and request code completions.
Expected result: code completion should offer types like Set, Stream, and String.
Observed result: the only code completion that's offered is switch, which doesn't make any sense in this context.
RohitSaily
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ondevexp-completionIssues with the analysis server's code completion featureIssues with the analysis server's code completion featuredevexp-completion-correctnessIssues with the correctness of the analysis server's code completion featureIssues with the correctness of the analysis server's code completion featuredevexp-serverIssues related to some aspect of the analysis serverIssues related to some aspect of the analysis servertype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)