-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't "go to declaration" on module name #27
Comments
This is purely a DCD problem. All the extension does is pointing DCD to a character position in the file and asking for the declaration. However, I just tested the latest DCD alpha version available with dub and this bug seems to have been fixed. |
@LaurentTreguier you are right! I've Although I have other minor problem. Do you have an idea why is it happening? |
The extension only restarts the DCD server whenever a |
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?
The text was updated successfully, but these errors were encountered: