Add quick fix for @docImport
when symbol is missing inside dartdoc
#60765
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-quick-fix
Issues with analysis server (quick) fixes
P3
A lower priority bug or feature request
Recently support for:
was added.
But currently quick fixes inside docs only seem to suggest usual imports.
It'd be cool that
/// [Future]
would suggest adding// @docImport 'dart:async'
The text was updated successfully, but these errors were encountered: