Difference between revisions of "IDEs"

From D Wiki
Jump to: navigation, search
(Update Visual-D Last known activity)
m
(231 intermediate revisions by 36 users not shown)
Line 1: Line 1:
 
Integrated development environments with D support.
 
Integrated development environments with D support.
  
{| class="wikitable"
+
{| class="wikitable sortable"
 
!Name
 
!Name
 
!Platforms
 
!Platforms
Line 8: Line 8:
 
!Last known activity
 
!Last known activity
 
|-
 
|-
|[http://code.google.com/a/eclipselabs.org/p/ddt/ DDT]
+
|[[CodeBlocks | Code::Blocks]]
|Cross-platform (Java)
+
|Linux/Windows/Mac OS X/FreeBSD (wxWidgets)
|Eclipse-based
+
|D project creation, highlighting and debugging work as of version 12.
|[http://code.google.com/a/eclipselabs.org/p/ddt/wiki/ChangeLog 0.6.0]
+
|[http://www.codeblocks.org/downloads/26 17.12]
|2012-May-17
+
|2017-12-30
 +
|-
 +
|[https://gitlab.com/basile.b/dexed Dexed]
 +
|Linux, Windows
 +
|Dexed, (D EXtended EDitor), is an IDE dedicated to the D programming language, its compilers (DMD, GDC, LDC), tools (DUB, DCD, D-Scanner, Dfmt) and libraries.
 +
|[https://gitlab.com/basile.b/dexed/-/releases/v3.9.6 v3.9.6]
 +
|2020-07-06
 
|-
 
|-
|[http://d-ide.sourceforge.net/ D-IDE]
+
|[https://github.com/buggins/dlangide Dlang IDE]
|Windows (.NET)
+
|Cross platform (Dlang UI)
|Full IDE with Code Completion and Debugging Support
+
|IDE itself is written in D and can be installed by cloning from github and running dub.
|
+
It has DUB support, syntax highlight, code completion with DCD, debugging support with GDB/mago-mi/lldbmi2
|2013-Apr-27
+
|[https://github.com/buggins/dlangide/releases/tag/v0.8.17 0.8.17]
 +
|2018-11-26
 
|-
 
|-
|[http://mono-d.alexanderbothe.com Mono-D]
+
|[https://github.com/intellij-dlanguage/intellij-dlanguage DLanguage IntelliJ Plugin]
|Cross-platform (Mono)
+
|Cross-platform (Linux / Windows / Mac OS X)
|Code Completion/Refactoring etc.; dmd/ldc/gdc support. Has been part of GSoC 2012.
+
|DUB support, code completion with and without dcd, code formatting, linting, goto declaration, find usages, syntax checking, name refactoring, experimental gdb/mago-mi (windows) debugging support, syntax highlighting, d-unit integration and a structure view which shows symbols in a file.  
|0.5.2.4
+
Plugin can be installed from IntelliJ repositories.
|2013-May-01
+
|[https://github.com/intellij-dlanguage/intellij-dlanguage/releases/tag/1.24 1.24]
 +
|2020-04-14
 
|-
 
|-
|[http://www.dsource.org/projects/visuald Visual-D]
+
|[http://rainers.github.io/visuald/visuald/StartPage.html Visual-D]
 
|Windows
 
|Windows
 
|Visual Studio plugin written in D with code completion building and debugging support
 
|Visual Studio plugin written in D with code completion building and debugging support
|0.3.35
+
|[https://github.com/dlang/visuald/releases/tag/v0.52.0 0.52.0]
|2013-May-11
+
|2020-03-23
 +
|-
 +
|[https://marketplace.visualstudio.com/items?itemName=webfreak.code-d Code-d for Visual Studio Code]
 +
|Cross-platform (Linux / Windows / Mac OS X)
 +
|DUB support, code completion, code formatting, debugging, etc... Full list [https://github.com/Pure-D/code-d/wiki here]
 +
Plugin can be installed from Visual Studio Marketplace.
 +
|[https://github.com/Pure-D/code-d 0.20.2]
 +
|2019-01-03
 +
|-
 +
|[https://bitbucket.org/KuanHsu/poseidond Poseidon]
 +
|Windows/Linux
 +
|Written in D, using Tango and IUP which allows it to run and build also on Linux.
 +
|[https://bitbucket.org/KuanHsu/poseidond/downloads/poseidonD_x64_rev040.tar.gz v0.040]
 +
|2019-07-02
 +
|-
 +
|[http://www.zeusedit.com/d.html Zeus]
 +
|Windows/*nix (using Wine)
 +
|Zeus is a language neutral programmer's editor/IDE for the Windows platform.
 +
Recent Zeus releases have added many other D specific language features.
 +
Shareware(45 days free trial)
 +
|[http://www.zeusedit.com/phpBB3/viewforum.php?f=6 3.98p]
 +
|2018-07-01
 
|}
 
|}
  
Line 42: Line 71:
 
!Last known activity
 
!Last known activity
 
|-
 
|-
|[[CodeBlocks|Code::Blocks]]
+
|[https://developer.apple.com/xcode/ Xcode]
|Linux/Windows/Mac OS X/FreeBSD (wxWidgets)
+
|MacOS X
|Codecompletion works partial.
+
|[http://michelf.com/projects/d-for-xcode/ D for Xcode plugin]
|10.05
+
|[https://littoral.michelf.ca/code/d-for-xcode//d-for-xcode-1.2.2.zip 1.2.2]
|2010-May-30
+
|2011-03-28
 
|-
 
|-
|[http://prowiki.org/wiki4d/wiki.cgi?EditorSupport/PoseidonEditor Poseidon] [TODO move page]
+
|[[Mono-D]]
|Windows-only?
+
|Cross-platform (Mono)
|Written in D
+
|Code Completion/Refactoring etc.; dmd/ldc/gdc support. Has been part of GSoC 2012. [https://github.com/aBothe/Mono-D GitHub page]
|
+
|[[Mono-D Release Notes|2.14.5]]
|2010-Jul-18
+
|2016-07-12
 
|-
 
|-
|[http://prowiki.org/wiki4d/wiki.cgi?EditorSupport/AppleXcode Xcode] [TODO move page]
+
|[http://ddt-ide.github.io/ DDT]
|MacOS X
+
|Cross-platform (Java + Eclipse)
|[http://michelf.com/projects/d-for-xcode/ D for Xcode plugin]
+
|DUB support, code completion, debugging support with GDB. ([https://github.com/bruno-medeiros/DDT/blob/latest/documentation/Features.md#ddt-features Features/Screenshots]).
|1.2.1
+
|[https://github.com/DDT-IDE/DDT/releases/tag/1.0.3 1.0.3]
|2011-Jan-16
+
|2017-09-25
 
|}
 
|}
 +
 +
<noinclude>
 +
== See also ==
 +
* [[Editors]] - integration with light-weight editors
 +
 +
== External links ==
 +
*[https://dlang.org/blog/2016/08/12/project-highlight-visual-d/ Project Highlight: Visual D] - August 12, 2016 [[Michael Parker]]
 +
 +
[[Category:IDEs]]
 +
</noinclude>

Revision as of 06:45, 6 July 2020

Integrated development environments with D support.

Name Platforms Comments Version Last known activity
Code::Blocks Linux/Windows/Mac OS X/FreeBSD (wxWidgets) D project creation, highlighting and debugging work as of version 12. 17.12 2017-12-30
Dexed Linux, Windows Dexed, (D EXtended EDitor), is an IDE dedicated to the D programming language, its compilers (DMD, GDC, LDC), tools (DUB, DCD, D-Scanner, Dfmt) and libraries. v3.9.6 2020-07-06
Dlang IDE Cross platform (Dlang UI) IDE itself is written in D and can be installed by cloning from github and running dub.

It has DUB support, syntax highlight, code completion with DCD, debugging support with GDB/mago-mi/lldbmi2

0.8.17 2018-11-26
DLanguage IntelliJ Plugin Cross-platform (Linux / Windows / Mac OS X) DUB support, code completion with and without dcd, code formatting, linting, goto declaration, find usages, syntax checking, name refactoring, experimental gdb/mago-mi (windows) debugging support, syntax highlighting, d-unit integration and a structure view which shows symbols in a file.

Plugin can be installed from IntelliJ repositories.

1.24 2020-04-14
Visual-D Windows Visual Studio plugin written in D with code completion building and debugging support 0.52.0 2020-03-23
Code-d for Visual Studio Code Cross-platform (Linux / Windows / Mac OS X) DUB support, code completion, code formatting, debugging, etc... Full list here

Plugin can be installed from Visual Studio Marketplace.

0.20.2 2019-01-03
Poseidon Windows/Linux Written in D, using Tango and IUP which allows it to run and build also on Linux. v0.040 2019-07-02
Zeus Windows/*nix (using Wine) Zeus is a language neutral programmer's editor/IDE for the Windows platform.

Recent Zeus releases have added many other D specific language features. Shareware(45 days free trial)

3.98p 2018-07-01

Considered Inactive

Name Platforms Comments Version Last known activity
Xcode MacOS X D for Xcode plugin 1.2.2 2011-03-28
Mono-D Cross-platform (Mono) Code Completion/Refactoring etc.; dmd/ldc/gdc support. Has been part of GSoC 2012. GitHub page 2.14.5 2016-07-12
DDT Cross-platform (Java + Eclipse) DUB support, code completion, debugging support with GDB. (Features/Screenshots). 1.0.3 2017-09-25


See also

  • Editors - integration with light-weight editors

External links