etienne02
etienne02
yes and no, wr should be resolved to std.stdio.writeln (through his alias wr) but writeln is not accessible in this scope because the import introduce the symbol wr and not...
I know what is the problem, it’s because even if dub init is selected, no dub file is created. If you create the dub.{json,sdl} file, you’ll get the dub run...
We can also use [kover](https://github.com/Kotlin/kotlinx-kover) as we are using more and more kotlin
It’s possible with ExtensionPoints, to make a plugin provide class for another plugin to extends it. Do you want to: 1. Merge this plugin into a submodule but keep it...
I think we can (once, this one is done) even go further and move all dub code related into the new submodule
The error also appear when you import dmd project.
Can you gives us a minimal sample (with imports) to reproduce? I tried locally ```D import bindbc.sfml; sfTexture texture; ``` And the sfTexture is resolved. As dub dependency I used...
IMHO we should change the parser logic to use the real token instead of using the dict we use (aka stop using `tok()`). The problem is not related with phobos...
I checked your case and the cause is due to the fact that there is a collision between the class field and the method (which is forbidden in D). It’s...
It’s not a bug. The plugin has 2 icons, 1 for package and 1 for all other modules. It does not consider module with only 1 class like intellij does...