Difference between revisions of "DCD"

From D Wiki
Jump to: navigation, search
(See also)
Line 17: Line 17:
 
* 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]
 +
 +
[[Category:Text editors]]

Revision as of 19:54, 1 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