Re: DCD 0.9.0 released

2017-07-06 Thread Basile B. via Digitalmars-d-announce

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.


Re: DCD 0.9.0 released

2017-07-06 Thread bauss via Digitalmars-d-announce
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?


Re: DCD 0.9.0 released

2017-07-03 Thread Nordlöw via Digitalmars-d-announce
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?


Re: DCD 0.9.0 released

2017-07-03 Thread extrawurst via Digitalmars-d-announce
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


DCD 0.9.0 released

2017-07-03 Thread via Digitalmars-d-announce
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