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
Possibly undefined symbol for .length #587
Comments
The way to setup the plugin is just to ensure that phobos and druntime are being picked up as sourcepaths when you select DMD as an sdk: so you're getting auto completion because DCD is aware of phobos/druntime but the plugin itself has not picked those paths up. Also, if they're configured as sourcepaths you will not need to add them as flags to DCD. |
The Similarly, there are also some unrecognized |
Just wanted to mention I had an issue in which I got an undefined symbol for everything and I had to permanently disable that inspection as it just wasn't working properly. |
Desktop (please provide environment info):
D compiler and tools (please provide version numbers):
Describe the problem
I'm getting a "Possibly undefined symbol" warning for the .length property.
Screenshots

DCD configuration:

Additional context
Autocompletion works for .length, but the warning is still present.
The text was updated successfully, but these errors were encountered: