Add a hint when an import URI can be canonicalized #42829
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-warning
Issues with the analyzer's Warning codes
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
See #31230 (comment)
If a user imports
package:foo//foo.dart
we should hint towardspackage:foo/foo.dart
instead.The text was updated successfully, but these errors were encountered: