Qt Creator and D

Max Klimov via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 5 07:12:43 PDT 2014


On Wednesday, 18 September 2013 at 14:49:27 UTC, Joseph Rushton
Wakeling wrote:
> Hello all,
>
> Several of us have been talking about Qt Creator and D in 
> various subthreads of the current IDE-related discussions going 
> ...

Recently I started the development of plugins for QtCreator in
order to add basic support of D. I did not notice the existing
project https://github.com/GoldMax/QtCreatorD, it could have been
very useful for me.
Currently I have 2 plugins: the first one is for DUB
(http://code.dlang.org/) support, the second one is for direct D
language support directly.
The repositories are here:

https://github.com/Groterik/qtcreator-dubmanager
https://github.com/Groterik/qtcreator-dlangeditor

DUB-plugin provides project management features, building,
running, etc. The dlangeditor-plugin itself provides indention,
code completion, etc. It uses DCD
(https://github.com/Hackerpilot/DCD) binaries for completion.
This plugin is not as stable as I expected (sometimes completion
can disappear until the next QtCreator's start) but I am looking
forward to the community’s help in searching/fixing bugs and new
features development/suggestion.


More information about the Digitalmars-d mailing list