DCD

From D Wiki
Revision as of 15:21, 9 September 2015 by BBaz (talk | contribs)
Jump to: navigation, search

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