Difference between revisions of "IDEs"

From D Wiki
Jump to: navigation, search
(See also: Fix link to redirect)
(Update Visual-D version, release date, url)
(23 intermediate revisions by 5 users not shown)
Line 8: Line 8:
 
!Last known activity
 
!Last known activity
 
|-
 
|-
|[https://github.com/BBasile/Coedit Coedit]
+
|[http://www.codeblocks.org/ Code::Blocks]
 +
|Linux/Windows/Mac OS X/FreeBSD (wxWidgets)
 +
|D project creation, highlighting and debugging work as of version 12.
 +
|[http://www.codeblocks.org/downloads/26 16.01]
 +
|2016-01-28
 +
|-
 +
|[[Coedit]] ([https://github.com/BBasile/Coedit ''homepage''])
 
|Windows, Linux
 
|Windows, Linux
|Projects, DUB json projects, runnable modules, unit test module, library manager, full DCD integration, symbol list, todo comments, custom tools, custom fold region, split view, etc.
+
|DMD\LDC\GDC, CE projects, DUB projects, runnable modules, unit test module, library manager, full DCD integration, symbol list, todo comments, custom tools, etc.
|[https://github.com/BBasile/Coedit/releases/tag/2_update_2 2 - update 2]
+
|[https://github.com/BBasile/Coedit/releases/tag/3_gold 3, gold (final)]
|2016-03-15
+
|2017-03-13
 
|-
 
|-
 
|[http://ddt-ide.github.io/ DDT]
 
|[http://ddt-ide.github.io/ DDT]
Line 19: Line 25:
 
|[https://github.com/DDT-IDE/DDT/releases/tag/Release_0.14.0 0.14.0]
 
|[https://github.com/DDT-IDE/DDT/releases/tag/Release_0.14.0 0.14.0]
 
|2015-10-27
 
|2015-10-27
 +
|-
 +
|[https://github.com/buggins/dlangide 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
 +
|[https://code.dlang.org/packages/dlangide 0.7.28]
 +
|2016-10-24
 +
|-
 +
|[https://github.com/kingsleyh/DLanguage DLanguage Intellij Plugin]
 +
|Cross-platform (Java + Intelllij)
 +
|DUB support, code completion, code formatting, linting.
 +
[http://minas-mina.com/2016/01/16/using-d-with-intellij/ Setting up the plugin]
 +
|[https://github.com/kingsleyh/DLanguage/releases/tag/v1.10 v1.10]
 +
|2016-01-19
 
|-
 
|-
 
|[[Mono-D]]
 
|[[Mono-D]]
 
|Cross-platform (Mono)
 
|Cross-platform (Mono)
 
|Code Completion/Refactoring etc.; dmd/ldc/gdc support. Has been part of GSoC 2012. [https://github.com/aBothe/Mono-D GitHub page]
 
|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.11]]
+
|[[Mono-D Release Notes|2.14.5]]
|2015-07-23
+
|2016-07-12
 
|-
 
|-
 
|[http://rainers.github.io/visuald/visuald/StartPage.html 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
|[https://github.com/D-Programming-Language/visuald/releases 0.3.42]
+
|[https://github.com/dlang/visuald/releases 0.44.1]
|2015-08-05
+
|2017-03-13
|-
 
|[[CodeBlocks|Code::Blocks]]
 
|Linux/Windows/Mac OS X/FreeBSD (wxWidgets)
 
|D project creation, highlighting and debugging work as of version 12.
 
|[http://www.codeblocks.org/downloads/26 13.12]
 
|2013-12-27
 
 
|-
 
|-
 
|[http://www.zeusedit.com/d.html Zeus]
 
|[http://www.zeusedit.com/d.html Zeus]
Line 45: Line 59:
 
|[http://www.zeusedit.com/phpBB3/viewforum.php?f=6 3.97z]
 
|[http://www.zeusedit.com/phpBB3/viewforum.php?f=6 3.97z]
 
|2015-09-30
 
|2015-09-30
|-
 
|[https://github.com/buggins/dlangide 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, code completion, debugging support with GDB
 
|[https://github.com/buggins/dlangide/releases/tag/v0.5.23 0.5.23]
 
|2015-12-29
 
|-
 
|[https://github.com/kingsleyh/DLanguage DLanguage Intellij Plugin]
 
|Cross-platform (Java + Intelllij)
 
|DUB support, code completion, code formatting, linting.
 
[http://minas-mina.com/2016/01/16/using-d-with-intellij/ Setting up the plugin]
 
|[https://github.com/kingsleyh/DLanguage/releases/tag/v1.10 v1.10]
 
|2016-01-19
 
 
|}
 
|}
  

Revision as of 16:07, 27 March 2017

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. 16.01 2016-01-28
Coedit (homepage) Windows, Linux DMD\LDC\GDC, CE projects, DUB projects, runnable modules, unit test module, library manager, full DCD integration, symbol list, todo comments, custom tools, etc. 3, gold (final) 2017-03-13
DDT Cross-platform (Java + Eclipse) DUB support, code completion, debugging support with GDB. (Features/Screenshots). 0.14.0 2015-10-27
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.7.28 2016-10-24
DLanguage Intellij Plugin Cross-platform (Java + Intelllij) DUB support, code completion, code formatting, linting.

Setting up the plugin

v1.10 2016-01-19
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
Visual-D Windows Visual Studio plugin written in D with code completion building and debugging support 0.44.1 2017-03-13
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.97z 2015-09-30

Considered Inactive

Name Platforms Comments Version Last known activity
Poseidon Windows-only? Old Homepage Written in D 0.23 2011-07-24
Xcode [TODO move page] MacOS X D for Xcode plugin 1.2.1 2011-01-16

See also

  • Editors - integration with light-weight editors