Thread overview
getting autocompletion in emacs
Aug 07, 2014
nikki
Aug 08, 2014
Idan Arye
Aug 08, 2014
nikki
August 07, 2014
I want to learn SDL2 and learn D at the same time, for the SDL2 part autocompletion would be very nice.

I've found DCD but can't get it working (not finding symbols or declarations) at the moment but I was wondering if there are any alternatives, it's hard to google for d things and emacs, cause of emacs.d :)
August 08, 2014
On Thursday, 7 August 2014 at 17:46:13 UTC, nikki wrote:
> I want to learn SDL2 and learn D at the same time, for the SDL2 part autocompletion would be very nice.
>
> I've found DCD but can't get it working (not finding symbols or declarations) at the moment but I was wondering if there are any alternatives, it's hard to google for d things and emacs, cause of emacs.d :)

Did you start DCD and sent to it the import paths with the `-I` flag?
August 08, 2014
It was quite some journey I got it working now ;)
https://github.com/Hackerpilot/DCD/issues/153