Difference between revisions of "DCD"
m |
m (→Introduction) |
||
Line 4: | Line 4: | ||
[https://github.com/Hackerpilot/DCD DCD], the D Completion Daemon, is an auto-complete program for the D programming language written by Brian Schott. | [https://github.com/Hackerpilot/DCD 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- | + | It's used by several text editors and IDE to get IDE-grade features. |
== Features == | == Features == |
Revision as of 02:20, 9 July 2016
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-grade features.
Features
- completion of identifiers.
- find symbol declaration.
- retrieve symbol DDOC comments.
- retrieve function call parameters.
See also
- DCD home page