Skip to content

Add new "Go to Import" option #56584

Closed
Closed
@FMorschel

Description

@FMorschel

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

No one assigned

    Labels

    P4devexp-serverIssues related to some aspect of the analysis serverlegacy-area-analyzerUse area-devexp instead.type-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions