Difference between revisions of "DCD"
m (→Introduction) |
m |
||
Line 8: | Line 8: | ||
== Features == | == Features == | ||
− | * completion of identifiers. | + | === Vanillia === |
+ | |||
+ | * completion of identifiers (types, variables), version identifiers. | ||
* find symbol declaration. | * find symbol declaration. | ||
− | * retrieve symbol | + | * retrieve the DDOC comment of a symbol. |
− | * retrieve function | + | * retrieve the function parameters. |
+ | |||
+ | === Forks === | ||
+ | |||
+ | * [https://github.com/BBasile/DCD/tree/reboot-localusage Basile B.'s fork] implements a feature that allows to rename a symbol localy. A pre build version of this fork is distributed with the IDE Coedit since version 2 update 5. | ||
== See also == | == See also == |
Revision as of 02:25, 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
Vanillia
- completion of identifiers (types, variables), version identifiers.
- find symbol declaration.
- retrieve the DDOC comment of a symbol.
- retrieve the function parameters.
Forks
- Basile B.'s fork implements a feature that allows to rename a symbol localy. A pre build version of this fork is distributed with the IDE Coedit since version 2 update 5.
See also
- DCD home page