DCD
DCD copied to clipboard
DCD does not support templated declarations
Given the following code (vertical pipe is the cursor position)
struct SomeStruct(T) { T field; }
SomeStruct!(float) bar;
bar.field.|
DCD should show completions such as "max", "epsilon", etc.
@RUSshy the plan is when dmd front-end starts to be more easily usable as library to use that, instead re-implementing the semantic from scratch.
There's a ton of work to be done, so don't expect something usable soon. You can check out some of the progress in this area on the newsgroup: https://forum.dlang.org/search?q=SAOC2020+Improving+DMD+as+a+Library&search=Search