Difference between revisions of "DCD"
m |
|||
Line 15: | Line 15: | ||
== See also == | == See also == | ||
− | |||
* DCD [https://github.com/Hackerpilot/DCD home page] | * DCD [https://github.com/Hackerpilot/DCD home page] | ||
[[Category:Text editors]] | [[Category:Text editors]] |
Revision as of 15:21, 9 September 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
- DCD home page