vote up 10 vote down star
2

Does anyone know of an IDE for the D Programming Language?

flag

20% accept rate

9 Answers

vote up 3 vote down

The only one I know of that comes close is Zeus.

link|flag
vote up 1 vote down

I think there's an Eclipse plug in.

link|flag
link: dsource.org/projects/descent – BCS Sep 16 '08 at 18:54
I should have done more research an given a link. Thanks alot ;o) – wcm Oct 4 '08 at 21:44
vote up 10 vote down

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)

link|flag
vote up 3 vote down

This is what the Wikipedia article has to say regarding IDE's for D.

D is still lacking support in many IDEs, which is a potential stumbling block for some users. Editors used include Entice Designer, emacs, vim, SciTE and Smultron among others. Vim supports both syntax highlighting and code completion (through patched ctags). A bundle is available for TextMate, and the Code::Blocks IDE includes partial support for the language. However, standard IDE features such as code completion or refactoring are not yet available, though they do work partially in Code::Blocks (due to D's similarity to C).

There are at least two actively developed Eclipse plug-ins for D, Descent and Mmrnmhrm.

Additionally, there are open source D IDEs written in the D language itself such as Poseidon, which does feature code completion, syntax highlighting, and integrated debugging.

D applications can be debugged using any C/C++ debugger, like GDB or WinDbg, although support for various fundamental language features is extremely limited. A debugger with explicit support for D is Ddbg for Windows. The commercial ZeroBUGS debugger for Linux has experimental support for the D language. Ddbg can be used with various IDEs or from the command line; ZeroBUGS has its own GUI.

I'm sure you've already seen that but I add this answer for others that may refer to your question later on.

link|flag
vote up 4 vote down

IDE/Editors that support D:

link|flag
vote up 2 vote down

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.

link|flag
vote up 1 vote down

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. :-)

link|flag
vote up 2 vote down

The Zeus IDE comes with support for the D programming language.

alt text

link|flag
vote up 2 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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