Make importing easier with "Copy Import Directive" menu item. #32216
Labels
area-intellij
Tracking issues for the Dart IntelliJ plugin.
type-enhancement
A request for a change that isn't a bug
There is an outstanding request to support code completion of identifiers that are not yet imported into the current scope, but until / unless that happens it would be really convenient if there were a "Copy Import Directive" menu item (minimally on the file tab and in the Project view).
Similar to the way "Copy Path" works, it would compute the
package:
URI that should be used to import the selected file and put the text on the clipboard so that it could then be pasted into an editor.The text was updated successfully, but these errors were encountered: