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.

Is it possible that VC is setting wrong Symbol Type when lookup is done in import list?
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:
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.
Is it possible that VC is setting wrong Symbol Type when lookup is done in import list?