DCD 0.2.0-beta1

Brian Schott briancschott at gmail.com
Wed Nov 6 16:28:13 PST 2013


DCD 0.2.0 beta 1 is ready for testing. Check it out at:

https://github.com/Hackerpilot/DCD/tree/0.2.0-beta1

The D Completion Daemon is an auto-complete system for the D 
programming language that is not tied to any specific text editor 
or IDE. Modules exist for Textadept, Vim, Kate, Emacs, and Zeus.

The 0.2.0 release fixes 22 issues, which you can browse here: 
https://github.com/Hackerpilot/DCD/issues?milestone=2&state=closed. 
The highlights of this release are improved speed, reduced memory 
consumption, and the ability to get the location of the 
declaration of a symbol at the cursor location.

Note that only the Textadept module has support for 
go-to-declaration at the moment. Pull requests to update the 
other modules are welcome and encouraged. (This needs to be fixed 
before the final release)


More information about the Digitalmars-d-ide mailing list