Skip to content

Add quick fix for @docImport when symbol is missing inside dartdoc #60765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rrousselGit opened this issue May 20, 2025 · 1 comment
Closed
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

Comments

@rrousselGit
Copy link

Recently support for:

// @docImport 'dart:async'
library

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'

@bwilkerson bwilkerson added P3 A lower priority bug or feature request devexp-quick-fix Issues with analysis server (quick) fixes area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. labels May 20, 2025
@FMorschel
Copy link
Contributor

Dupe of #59759

Probably best if we make it work with #59741 too. Since those would help a bit too.

I'll take a look into these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants