 | | Table of contents of this page | |
|
|
IDE's
- Must have semantic features, or a GUI-builder, or good debugger integration.
An example of a semantic feature would be code completion (but not just completion of D keywords, which is merely syntactic).
If it is a plugin for an IDE (such as Visual Studio), but the plugin itself only has editor features, place an appropriate note, or don't put it in the IDE category, as you feel appropriate.
| IDE | Platform | Notes | Version | Last known activity |
Visual D | Wndows | Visual Studio plugin with code completition building and debugging support | 0.3.15 | 2010/08/11 |
| Descent | Cross-platform (Java) | Eclipse-based | 0.5.6.20091119 | 2009/11/19 |
| Code::Blocks | Linux/Windows/OSX/FreeBSD | Codecompletion works partial | 10.05 | 2010/05/30 |
| Poseidon | Windows-only? | written in D | | 2010/07/18 |
| Entice Designer | Windows-only? | editor & GUI builder ( DFL / DWT) | 0.8.5 released | 2008/03/13 |
| Mmrnmhrm | Cross-platform (Java) | Eclipse-based | 0.3.1 release | 2010/04 |
| UNA | Cross-platform (Java) | | | 2008/07/25 |
| Xcode | OS X | D for Xcode plugin | | 2010/03 |
D-IDE | Windows (.NET) | Full IDE with Code Completion and Debugging Support | | 2010/06/26 |
|
Editors with good support
- Must have syntax highlighting that lexes D correctly (nested comments, the various string literals, etc.)
- Preferebly also Unicode support (place a note if it doesn't).
Other editors
- Obvious abandoned projects
| IDE | Platform | Notes | Version | Last known activity |
| SkyIDE | Windows | Full IDE | | unknown |
|
Notes
- Editor only: supports only simple editor features such as syntax highlighting.
- Eclipse-based: see EclipseEditor for more info on Eclipse based IDEs.
Related