www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - emacs d-mode

reply Ali <fakeemail example.com> writes:
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
Mar 31 2018
parent reply Felipe Lema <felipelemaE NmortemalePUN.TOorg> writes:
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
Apr 02 2018
parent Ali <fakeemail example.com> writes:
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
Apr 02 2018