Super class code completion #3734
Labels
in editor
Relates to code editing or language features
in lsp/analysis server
Something to be fixed in the Dart analysis server
is enhancement
Milestone
Currently when extending a class it is very tedious to pass each parameters to the super constructor.
This feature dart-lang/language#1855 will resolve most of the verbosity, however code completion should go a step further and be able to generate a constructor with super parameters
The text was updated successfully, but these errors were encountered: