up vote 3 down vote favorite
2
share [g+] share [fb]

Digital Mars D seems to be very good programming language in a lot of ways, but my only problem with it is the amount of time wasted writing arguments to the compiler in the command line at the old fashion way. Is there any good IDE for D? Thanks in advance!

link|improve this question

feedback

5 Answers

I haven't tried D in them, so you'll need to do your own eval, but:

both claim full support for D.

link|improve this answer
feedback
up vote 2 down vote accepted

After being looking around and testing all the IDEs recommended in this question and the one in http://stackoverflow.com/questions/50179/an-ide-for-d, I was not comfortable with any of the answers. I was begining to believe that really there is not such thing as a "best IDE" for D, but recently I found one that is in my point of view a very good solution: SkyIDE

alt text

It is also a Good IDE for Digital Mars C++, Free Pascal and other languages...

link|improve this answer
Does it have debugger support? The lousy debug options are my main gripe with D right now. – BigSandwich May 5 '09 at 23:33
feedback

Briefly there is no best IDE for D yet. "Eclipse + Descent" or gEdit are my current choices.

link|improve this answer
feedback

Please try my D-IDE and check out if this IDE is the best one you'll find ;)

link|improve this answer
feedback

geany is best ide for D programming:

Support D programming

Syntax hightlighting

Autocompletion

is easy to set D compiler ldc, gdc or dmd or use instead a make file

if you do not have makefile for your little porject you can use this command(example)

ldc -of "../%e" $(find . -name "*.d")

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.