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!
|
feedback
|
|
I haven't tried D in them, so you'll need to do your own eval, but: both claim full support for D. | |||
|
feedback
|
|
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
It is also a Good IDE for Digital Mars C++, Free Pascal and other languages... | |||
feedback
|
|
Briefly there is no best IDE for D yet. "Eclipse + Descent" or gEdit are my current choices. | |||
|
feedback
|
|
Please try my D-IDE and check out if this IDE is the best one you'll find ;) | |||
|
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") | |||
|
feedback
|
