Difference between revisions of "DCD"
(init) |
(→See also) |
||
Line 15: | Line 15: | ||
== See also == | == See also == | ||
− | * for a list of the editors and IDEs using DCD, see [Editor-features] | + | * for a list of the editors and IDEs using DCD, see [[Editor-features]] |
* DCD [https://github.com/Hackerpilot/DCD home page] | * DCD [https://github.com/Hackerpilot/DCD home page] |
Revision as of 03:55, 15 August 2015
Introduction
DCD, the D Completion Daemon, is an auto-complete program for the D programming language written by Brian Schott.
It's used by several text editors and IDE to get IDE-level features.
Features
- completion of identifiers.
- find symbol declaration.
- retrieve symbol DDOC comments.
- retrieve function call parameters.
See also
- for a list of the editors and IDEs using DCD, see Editor-features
- DCD home page