www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DCD 0.9.0 released

reply Basile dlang-community <b2.temp gmx.com> writes:
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
Jul 03 2017
next sibling parent extrawurst <stephan extrawurst.org> writes:
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
Jul 03 2017
prev sibling next sibling parent reply =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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]
Nice. Are there any plans on adding any (limited) kind of auto-completion of UFCS-calls?
Jul 03 2017
parent Basile B. <b2.temp gmx.com> writes:
On Monday, 3 July 2017 at 12:39:16 UTC, Nordlöw wrote:
 Nice. Are there any plans on adding any (limited) kind of 
 auto-completion of UFCS-calls?
I think that you have the answer https://github.com/dlang-community/DCD/issues/13. Now that i read my proposal again i have to say that i don't like it anymore. Since i started to be involved i'll look how hard it would be to do but since Hackerpilot didn't implement the feature i bet there must be a kind of problem with that.
Jul 06 2017
prev sibling parent bauss <jj_1337 live.dk> writes:
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]

 [...]
Is there a way to set this up with atom?
Jul 06 2017