-
Notifications
You must be signed in to change notification settings - Fork 342
export Quick-fix should include Create file 'path' #3269
Copy link
Copy link
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
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
With the
part/part of ;directive quick fix feature, I sometimes expect theexportdirective to also haveCreate 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
Additional context
No
Create file 'bar.dart;'in Quick Fix menu.But should create a file like:
