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.!
Additonal Notes
- Keep an eye on the project news to stay informed about feature updates & recent bugfixes (also available via RSS)
- Please feel free to leave a message, comment and/or a recommendation in the Shout Box
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 bugs | 2013-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 |