Thread overview
emacs d-mode
Mar 31, 2018
Ali
Apr 02, 2018
Felipe Lema
Apr 02, 2018
Ali
March 31, 2018
how do i enable auto-completion

and how can i learn about the features it support and the shortcuts to use
the mode doesnt seem to have any documentation
April 02, 2018
On Saturday, 31 March 2018 at 07:43:47 UTC, Ali wrote:
> how do i enable auto-completion
>
> and how can i learn about the features it support and the shortcuts to use
> the mode doesnt seem to have any documentation

You can use company-dcd: a company backend to the D Completion Daemon.

https://github.com/tsukimizake/company-dcd
April 02, 2018
On Monday, 2 April 2018 at 20:09:26 UTC, Felipe Lema wrote:
> On Saturday, 31 March 2018 at 07:43:47 UTC, Ali wrote:
>> how do i enable auto-completion
>>
>> and how can i learn about the features it support and the shortcuts to use
>> the mode doesnt seem to have any documentation
>
> You can use company-dcd: a company backend to the D Completion Daemon.
>
> https://github.com/tsukimizake/company-dcd

Actually I found this https://github.com/atilaneves/ac-dcd
which also worked and .. it seems company-dcd might be based on it

Anyway I updated he wiki page for editors to clarify that you need more than the just the base emacs mode to have auto completion https://wiki.dlang.org/Editors