Difference between revisions of "Editors"
Imperatorn (talk | contribs) m (→See also: Missing link) |
Imperatorn (talk | contribs) m (→See also: update) |
||
Line 176: | Line 176: | ||
== See also == | == See also == | ||
− | * [[IDEs] | + | * Integration with full [[IDEs]] |
[[Category:Text editors]] | [[Category:Text editors]] |
Revision as of 21:55, 20 March 2021
Text Editors
Text editors and lightweight development environments with D support.
Editor | Platforms | Add-on | Features | Version | Last known activity | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | Linux | OS X | FreeBSD | Syntax highlighting | Auto- |
Code navigation | Code formatting | Building | Linting | Debugging | Profiling | Coverage Analysis | Auto Issue Fixing | ||||
Atom | language-D | 3.3.1 | 2016-08 | ||||||||||||||
atomize-d[1] | [2] | [3] | [4] | 2017-08 | |||||||||||||
ide-dlang | [2] | [2] | [5] | [4] | 1.17.1 | 2020-04 (Unmaintained) | |||||||||||
CudaText | (built-in) | 1.108.2 | 2020-08 | ||||||||||||||
Dhee | (built-in) | 2.0.10 | 2018-12 | ||||||||||||||
Emacs | Official Emacs D-Mode | [2][6] | [2] | 2.0.10 | 2019-10 | ||||||||||||
Geany | (built-in) | 1.3.6 | 2019-09 | ||||||||||||||
jEdit | (built-in) | 5.5.0 | 2018-04 | ||||||||||||||
KDE's KWrite, Kate | (built-in) | 20.04.3 | 2020-07 | ||||||||||||||
Lumen | [2] | 2017-09 | |||||||||||||||
Notepad++ | (built-in) | [7] | 7.8.9 | 2020-07 | |||||||||||||
RDMD for Notepad++ | 0.1.0.2 | 2020-08 | |||||||||||||||
SciTE | (built-in) | 4.4.4 | 2020-07 | ||||||||||||||
Sublime Text 3 | DKit | [2] | [4] | 2.02 stable / 3 (beta) | 2017-10 | ||||||||||||
DFormat | 0.3.3 | 2016-01 | |||||||||||||||
sublime-d[1] | [2] | [2] | [3] | 0.0.1 | 2016-10 | ||||||||||||
SublimeLinter-contrib-dmd | 1.3.1 | 2019-08 | |||||||||||||||
SynWrite | (built-in) | [2] | 6.40.2770 | 2017-08 | |||||||||||||
Textadept | (built-in) | 10.8 | 2020-01 | ||||||||||||||
textadept-d | [2] | [2] | [3] | [4] | 2019-01 | ||||||||||||
TextMate | d.tmbundle | [2] | [2] | 2019-06 | |||||||||||||
Vim Neovim | D in Vim | 2014—2018[8] | |||||||||||||||
Visual Studio Code | code-d[1] | [2] | [2] | [3] | [4] | [9] | 0.22.0 | 2019-12 | |||||||||
Debug | 0.25.0 | 2020-05 | |||||||||||||||
[10] | D Language | [2] | [2] | [3] | [4] | [11] | 0.9.0 | 2018-12 (Unmaintained) | |||||||||
Dlang | [2] | [2] | [5] | [4] | 1.16.11 | 2020-05 (Unmaintained) | |||||||||||
Zeus | (built-in) | [2] | [2] | 3.98v | 2019-09-06 |
- ↑ 1.0 1.1 1.2 Using workspace-d
- ↑ 2.00 2.01 2.02 2.03 2.04 2.05 2.06 2.07 2.08 2.09 2.10 2.11 2.12 2.13 2.14 2.15 2.16 2.17 2.18 2.19 2.20 2.21 via DCD
- ↑ 3.0 3.1 3.2 3.3 3.4 via Dfmt
- ↑ 4.0 4.1 4.2 4.3 4.4 4.5 4.6 via Dscanner
- ↑ 5.0 5.1 via Dfmt or via built-in formatter
- ↑ Needs additional packages check [1]
- ↑ Lexer is not 100% compliant with current D specification.
- ↑ Activities vary for every package
- ↑ only GC calls (bytes allocated)
- ↑ Untested, but should work
- ↑ only tracegen (function calling statistics)
See also
- Integration with full IDEs