Skip to content

Index import, export, part, and part of directives #2

@matthewnitschke-wk

Description

@matthewnitschke-wk

Imports and their prefixes are completely ignored, these should be indexed so they can be navigated to

import 'dart:math' as math;
import 'package:some_package/package.dart';
import '../foo/bar.dart' as something;
import '../other.dart' hide Foo;
import '../other2.dart' show Bar;
export 'somewhere.dart';
part 'somewhere.dart';
part of '../somewhere_else.dart';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions