vote up 1 vote down star

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!

flag

4 Answers

vote up 3 vote down

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

both claim full support for D.

link|flag
vote up 4 vote down

Dupe: http://stackoverflow.com/questions/50179/an-ide-for-d

link|flag
vote up 1 vote down

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

link|flag
vote up 2 vote down check

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|flag
Does it have debugger support? The lousy debug options are my main gripe with D right now. – BigSandwich May 5 at 23:33

Your Answer

Get an OpenID
or

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