-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresin lsp/analysis serverSomething to be fixed in the Dart analysis serverSomething to be fixed in the Dart analysis serveris enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
Is your feature request related to a problem? Please describe.
With the part/part of ; directive quick fix feature, I sometimes expect the export directive to also have Create file 'path'; option in its quick fix menu.
Describe the solution you'd like
When the target URI doesn't exist (uri_does_not_exist) for an export directive, there should be a quick fix option: Create file 'path'.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
No Create file 'bar.dart;' in Quick Fix menu.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresin lsp/analysis serverSomething to be fixed in the Dart analysis serverSomething to be fixed in the Dart analysis serveris enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.

