DCD 0.2.0 Released

Jacob Carlborg doob at me.com
Wed Nov 13 23:19:11 PST 2013


On 2013-11-13 20:40, Brian Schott wrote:
> DCD 0.2.0 is released.
>
> Github Project: https://github.com/Hackerpilot/DCD
> Release Tag: https://github.com/Hackerpilot/DCD/tree/0.2.0
>
> 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 closes 28 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.
>
> Notes:
> * Only the Textadept module has support for go-to-declaration at the
> moment. Pull requests to update the other modules are welcome and
> encouraged.
>
> * Lua's io.popen is still a pain on Windows. It causes a command window
> to pop up when getting completions. I'll need to figure out a way around
> that for 0.3.0.

Awesome, keep up the good work.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list