dcd

Auto-complete daemon for D programming language code editors.

brewmacoslinux
Try with needOr install directly
Source

About

Auto-complete program for the D programming language

Commands

dcd-clientdcd-server

Examples

start the autocomplete server for D code$ dcd-server
get autocomplete suggestions while typing D code$ dcd-client -c 150 myfile.d
find symbol definitions and documentation in D files$ dcd-client --definition -c 50 source.d
add custom D library paths for autocomplete lookup$ dcd-client -I/path/to/dlib
show all available autocomplete options at cursor position$ dcd-client -c 200 --list myprogram.d