tsukimizake / company-dcd

company backend for DCD.
18 stars 7 forks source link

What's this?

company-mode backend for Dlang, using DCD.

Installation

First, follow setup section of DCD's readme. And M-x package-install company-dcd on your Emacs.

Configuration

1: Make sure dcd-client and dcd-server binaries are in your executable-path. Otherwise, please set the variables company-dcd-client-executable and company-dcd-server-executable using M-x customize.

2: Add the following to your init.el:

(require 'company-dcd)
(add-hook 'd-mode-hook 'company-dcd-mode)

Keybinds

About issues and questions

If you find something curious, fell free to create an issue.