Add a quick fix to import libraries with prefixes when the library name matches #41515
Labels
contributions-welcome
Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)
devexp-quick-fix
Issues with analysis server (quick) fixes
legacy-area-analyzer
Use area-devexp instead.
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
Given the following code:
there should be a quick fix to define
math
by importingdart:math
. This should minimally work for all of thedart:
libraries, but it would also be good if it worked for packages that are already listed as dependencies. For example,should have a quick fix to import
package:path/path.dart
.The text was updated successfully, but these errors were encountered: