-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancementrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
Description
@FMorschel is working on adding a custom LSP command to get the imports for an element at a cursor location (dart-lang/sdk#56584). We need to register a command to invoke it from here (similar to "Go to Super").
We should also ensure it only shows up when using an SDK that supports it (from the registered command, which we probably already do for some others).
FMorschel
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancementrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available