DCD
DCD copied to clipboard
The D Completion Daemon is an auto-complete program for the D programming language
used code https://github.com/dlang-community/dsymbol/commit/46873f01f74844ab0bea0af14643cdd791573505 fix #669 depends on #672
e.g. when auto-completing `string[str|]` at the indicated cursor location only types and templates (no functions) should be shown in the autocompleteion.
Hello, Currently, if a fix is deployed to one of these dependency, it needs to get merged, then it needs to UP the version and upload a new DUB package.....
I was doing some testing recently and typed `pragma(msg, "A pragma statement")`. Interestingly I got an auto-complete option for _pragma_ whilst typing the string "A pragma statement". DCD should have...
Error given: msgpack-d-1.0.1 error undefined identifier JSONTYPE It seems like the build is and dependent on msgpack-d-1.0.3 and msgpack-1.0.3 Compiler : ldc 1:1.24.0-2 Dub version : 1.22.0-1 (Linux rapsberrypi)
I've never used it myself but user complained dcd can't auto-complete dom.d in arsd-official. It probably doesn't scan the directory or import the dub things correctly.
First off, I'm not really sure where to report this. I suspect this is actually a bug in LDC, but I'm a long way from figuring out what the root...
Code below defines 2 classes equivalently, but one of them completes the method, and one does not. Attached a project as test case. ``` import mymodule; class A : MyBase...