DCD
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