digitalmars.D.learn - getting autocompletion in emacs
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 :)
Aug 07 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?
Aug 08 2014
It was quite some journey I got it working now ;) https://github.com/Hackerpilot/DCD/issues/153
Aug 08 2014