D-IDE - An IDE for the D programming language

The D-IDE is an Integrated Development Environment which is dedicated to manage, build and debug your D projects.
There is an integrated code completion engine which makes program development with D2 as well as with D1 very easy and comfortable.
Currently, D-IDE also provides limited debugging support, whereas setting breakpoints and reading out variable contents is possible

If you want to learn more about the D language and what features there are
I recommend you to read "Programming in D" written by Ali C.!

Note: This Program is still in development and some of its features are still untested.

Additonal Notes

Info: If you are searching for a platform independent IDE with rich D support, try out the Mono-D project!

Project news

I should check the error reports more often.. Fixed that distributional problem and added a check box for enabling mixin / template mixin analysis.2013-05-05
*blushes* Forgot to reupload the latest parser for D-IDE .. fixed couple of smaller regression bugs2013-04-28
Another bunch of completion bugs fixed.. damn this goes straight forward! :)2013-02-25
Several bugs & issues fixed. See Mono-D blog for more details.2013-02-01
Fixed that one indentation bug when typing a '{'.
Furthermore improved [template] mixins parsing so that vibe.d should be parsed without longer analysis cycles now.
2013-01-27
Established first formatting features. See 'Code' tab in D-IDE for the format button.2013-01-20
[Empty]2013-01-20
Introduced a faster & less buggy code indent calculation. Actual code formatting is on its way!2013-01-17
UDA parsing/dmd 2.061 support. Still no semantic treatment of UDAs.2013-01-06
Some traits are handled now in pre-compilation analysis + Corrected behaviour with not getting package and module names resolved correctly
==> Completion improvement
Happy Christmas to each of you! :)
2012-12-23