On Wednesday, 8 April 2015 at 19:31:29 UTC, weaselcat wrote:
On Wednesday, 8 April 2015 at 16:19:15 UTC, André wrote:

As I already use Qt Creator for C++ development I also use it with the great qtcreator-dlangeditor and qtcreator-dubmanager plugins, giving me DCD and DUB integration [1], [2]. VIM mode is enabled of course :-)

André

[1] https://github.com/Groterik/qtcreator-dlangeditor
[2] https://github.com/Groterik/qtcreator-dubmanager

This seems quite good, is there a way to add dub project includes to dcd automatically?

qtcreator uses insanely little resources compared to basically every other IDE.

The plugin already adds DUB's include paths automatically to DCD. I am using the plugin on a vibe.d + mysql native project and all includes just work automagically (for some reason DCD doesn't play nice with vibe.d completions but that's a DCD related story).

I also switched to QtCreator because it always feels snappy and makes it possible to do everything just with some keyboard snapshots (Ctrl + K is just great). Also I have never seen any better Git and side-by-side diff integration in any other IDE.

Reply via email to