<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 6 August 2014 00:12, Max Klimov via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wednesday, 18 September 2013 at 14:49:27 UTC, Joseph Rushton<br>
Wakeling wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello all,<br>
<br>
Several of us have been talking about Qt Creator and D in various subthreads of the current IDE-related discussions going ...<br>
</blockquote>
<br>
Recently I started the development of plugins for QtCreator in<br>
order to add basic support of D. I did not notice the existing<br>
project <a href="https://github.com/GoldMax/QtCreatorD" target="_blank">https://github.com/GoldMax/<u></u>QtCreatorD</a>, it could have been<br>
very useful for me.<br>
Currently I have 2 plugins: the first one is for DUB<br>
(<a href="http://code.dlang.org/" target="_blank">http://code.dlang.org/</a>) support, the second one is for direct D<br>
language support directly.<br>
The repositories are here:<br>
<br>
<a href="https://github.com/Groterik/qtcreator-dubmanager" target="_blank">https://github.com/Groterik/<u></u>qtcreator-dubmanager</a><br>
<a href="https://github.com/Groterik/qtcreator-dlangeditor" target="_blank">https://github.com/Groterik/<u></u>qtcreator-dlangeditor</a><br>
<br>
DUB-plugin provides project management features, building,<br>
running, etc. The dlangeditor-plugin itself provides indention,<br>
code completion, etc. It uses DCD<br>
(<a href="https://github.com/Hackerpilot/DCD" target="_blank">https://github.com/<u></u>Hackerpilot/DCD</a>) binaries for completion.<br>
This plugin is not as stable as I expected (sometimes completion<br>
can disappear until the next QtCreator's start) but I am looking<br>
forward to the community’s help in searching/fixing bugs and new<br>
features development/suggestion.<br>
</blockquote></div><br></div><div class="gmail_extra">Out of curiosity, how do you find DCD?</div><div class="gmail_extra"><br></div><div class="gmail_extra">In my experience, the Mono-D completion engine has been the best for a long time, and VisualD switched to use the Mono-D completion engine some time back.</div>
<div class="gmail_extra">Does DCD also share the Mono-D completion lib, or are their 'competing' libs again?</div><div class="gmail_extra">Can users expect the same experience from DCD integrated editors as from Mono-D?</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Anyone worked in both environments extensively?</div></div>