-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
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 serverlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.
Description
If you have code like:
class A {
A(this.value);
int value;
}
class B extends A {
B(super.value);
@override^
}And you ask for code completion at ^ and continue writing value this is the output:
If you ask for something that is not in scope, it'll show on the right side what is the library that will be imported:
Could we use that place for differentiating between getter and setter?
CC @DanTup
scheglov
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 serverlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.

