digitalmars.D.ide - emacs d-mode
- Ali (4/4) Mar 31 2018 how do i enable auto-completion
- Felipe Lema (4/8) Apr 02 2018 You can use company-dcd: a company backend to the D Completion
- Ali (6/15) Apr 02 2018 Actually I found this https://github.com/atilaneves/ac-dcd
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
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 documentationYou can use company-dcd: a company backend to the D Completion Daemon. https://github.com/tsukimizake/company-dcd
Apr 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: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/Editorshow 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 documentationYou can use company-dcd: a company backend to the D Completion Daemon. https://github.com/tsukimizake/company-dcd
Apr 02 2018