On 6 August 2014 15:14, Brian Schott via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
On Wednesday, 6 August 2014 at 04:34:25 UTC, Manu via Digitalmars-d wrote:
Does DCD also share the Mono-D completion lib, or are their 'competing'
libs again?

They are separate autocompletion engines. Mono-D's lexer/parser/ast are written in C#, probably because it was much easier to integrate with Monodevelop that way. Mono-D is two years older than DCD.

DCD is implemented in D. Its lexer/parser/ast code is located in the libdparse project. https://github.com/Hackerpilot/libdparse/

Is there a significant distinction in terms of features, stability, maturity?
I'll try it out some time.