-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add quick fix for "Import package:x show y" #32234
Labels
analyzer-quick-fix
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
contributions-welcome
Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
Comments
I almost always use |
kevmoo
added
the
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
label
Feb 20, 2018
srawlins
added
the
contributions-welcome
Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)
label
May 20, 2022
I think then you can have some interest on: |
This was referenced Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
analyzer-quick-fix
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
contributions-welcome
Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
Currently if you reference a function from a package that you haven't imported you get a fix to import it. It's be nice if there was an additional fix that imports with a
show
for just that function (there's already a fix to add new functions to existing imports, so this would make it easier to minimise what you're importing).The text was updated successfully, but these errors were encountered: