Skip to content

Can't "go to declaration" on module name #27

@nazriel

Description

@nazriel

Hello.

Currently it is not possible to ctrl+click module name in the import list and go to actual source file.
DCD complains in the background that:

2017-02-28T23:57:13.740:autocomplete.d:findDeclaration:135 Could not find symbol declaration

What is more interesting is the fact, that if you use fully qualified symbol name (for example std.stdio.writeln) and click on the module name (stdio in this example) it will properly open stdio.d file without any complains from DCD.

bug

Is it possible that VC is setting wrong Symbol Type when lookup is done in import list?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions