Skip to content
Brian Schott edited this page Apr 19, 2016 · 1 revision

If you're not using an editor plugin that does this for you, you can use dub describe to help tell DCD which import paths to monitor.

Run this from the root directory of your dub project:

dub describe --import-paths | xargs dcd-client -I

Or this to have the server always cache the location:

dub describe --import-paths >> ~/.config/dcd/dcd.conf

Clone this wiki locally