-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P4devexp-serverIssues related to some aspect of the analysis serverIssues related to some aspect of the analysis serverlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
I'd like to propose a "See import line(s)" on classes/methods from classes or extensions/functions/global variables.
Like:
import 'dart:math';
void main() {
max(1, 2);
}
In the above example, there would be a way to access this in the "max" and it would take you to the import line (here you could alias it or whatever).
And if there was a conflict between multiple imports it could select all with multiple cursors.
Metadata
Metadata
Assignees
Labels
P4devexp-serverIssues related to some aspect of the analysis serverIssues related to some aspect of the analysis serverlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug