On Monday, 3 July 2017 at 08:30:52 UTC, Basile@dlang-community
wrote:
I'm glad to announce that the dlang-community has released DCD
0.9.0[1]
DCD [2] is a completion daemon for D used by several editors to
have IDE-grade features.
This version is the first released by the community since it
was previously mostly a personal project leaded by Hackerpilot.
This version fixes many cases of crashes, making the service
much more stable.
It also handles more cases of type deduction for `auto` and
brings a new feature that allows to retrieve the all the
references to a symbol within a single module.
Finally continuous integration has been enhanced so that every
platform and each way of building is tested (DUB, make or the
bat file), preventing, like in the past, the DUB json to be
broken.
[1]: https://github.com/dlang-community/DCD/releases/tag/v0.9.0
[2]: https://github.com/dlang-community/DCD
Great news! Thanks!
I love DCD because it makes me love code-d in vs code. Finally a
stable and decent x-platform IDE for spoiled coder kids like me :)
Cheers,
Stephan