Does anyone know of an IDE for the D Programming Language?
|
2
|
|
|
|
|
|
The only one I know of that comes close is Zeus. |
||
|
|
|
|
I think there's an Eclipse plug in. |
||||
|
|
|
The Poseidon IDE project is an IDE that is aimed for the D Language The Descent plugin aims to bring D to Eclipse. I also heard of a plugin for the XCode IDE (Although you have to own a Mac) |
|||
|
|
|
|
This is what the Wikipedia article has to say regarding IDE's for D.
I'm sure you've already seen that but I add this answer for others that may refer to your question later on. |
||
|
|
|
|
|
|||
|
|
|
|
Descent is probably the best since it's built on Eclipse - you get cross-platform compatibility and a source control client. But if you're using Tango, you'll need to do quite a bit of tweaking. See here. |
||
|
|
|
|
What? No... Whether you are using Tango, Phobos, or whatever, configuring Descent for it is easy. You just need to add the desired library to the project's include path, and that's it. I'm developing Descent and until a few days I didn't use it for anything. I started making a game in D using phobos, arclib and derelict, and I can confirm it works like a charm. :-) |
||
|
|
|
|
The Zeus IDE comes with support for the D programming language.
|
||
|
|
|
|
The best IDE with the support for the D programming language, in my humble opinion is the Code::Blocks . It has syntax highlighting, code completion, project management. It can also be used as a perfect C/C++ IDE. |
||
|
|

