Skip to content

Completions for macros in #[macro_use(...)] of extern crate/mod declaration #15657

@Veykril

Description

@Veykril
#[macro_use($0)]
extern crate foo;

we should be completing the exported macros of the foo crate here.
Likewise for modules

#[macro_use($0)]
mod foo;
#[macro_use($0)]
mod bar { ... }

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-completionautocompletionC-featureCategory: feature requestE-has-instructionsIssue has some instructions and pointers to code to get started

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions