DCD

From D Wiki
Revision as of 02:20, 9 July 2016 by BBaz (talk | contribs) (Introduction)
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-grade features.

Features

  • completion of identifiers.
  • find symbol declaration.
  • retrieve symbol DDOC comments.
  • retrieve function call parameters.

See also