Auto-imports not working for extension members #4143
Labels
in editor
Relates to code editing or language features
in lsp/analysis server
Something to be fixed in the Dart analysis server
is bug
relies on sdk changes
Something that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
Using a recent nightly (which uses
NotImportedContributor
), completing onfirstOrNull
frompackage:collection
does not add theimport
statement:Importing on something else (like
calculate()
from the default command line project) does insert the import statement.The text was updated successfully, but these errors were encountered: