dcd

Auto-completion server for the D programming language

brewmacoslinux
Try with needOr install directly
Source

About

Auto-complete program for the D programming language

Commands

dcd-serverdcd-client

Examples

Start the DCD server daemon for auto-completion$ dcd-server
Query completions for D code at a specific cursor position$ dcd-client --cursor 42 myfile.d
Stop the running DCD server$ dcd-client --shutdown