The D Completion Daemon (DCD) is an auto-complete program for the D programming language
DCD consists of a client and a server. The client (dcd-client) is almost always used through a text editor script or plugin, though it can be used from the command line. The server (dcd-server) is responsible for caching imported files, calculating autocomplete information, and sending it back to the client.
DCD consists of a client and a server. The client (dcd-client) is almost always used through a text editor script or plugin, though it can be used from the command line. The server (dcd-server) is responsible for caching imported files, calculating autocomplete information, and sending it back to the client.
To install d-completion-daemon, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install d-completion-daemon
To see what files were installed by d-completion-daemon, run:
port contents d-completion-daemon
To later upgrade d-completion-daemon, run:
sudo port selfupdate && sudo port upgrade d-completion-daemon
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.