Development With D /
Tools
(redirection from Reference For Tools)To make life easier as a D developer many projects have been started, and a few matured, just for this purpose. Categories with many options have their own page, otherwise a link to the project page is provided with a small discription.
![]() |
|
Tools
(in alphabetical order)
DDemangled
Pluggable demanggler for D written in C.
Dimple
Dimple, or "D import-list explorer", extracts import declarations from D source files and builds a dependency graph for visualization.
Doxygen
Doxygen can somewhat be used to produce documentation for D source code. Typically a filter is used to convert the D code into a more Doxygen format. For more information, see DoxygenIssues.
Exuberant Ctags
Exuberant Ctags can be patched to collect tags from D source files.
Cscope
Cscope is a more powerfull alternative to Ctags, but they can both be used at the same time.
Uncrustify
