The D Completion Daemon is an auto-complete program for the D programming language
Go to file
Hackerpilot d2df649438 Warnings 2013-07-19 00:03:20 +00:00
msgpack-d@40c797cb8a Can sometimes autocomplete version, scope, and __traits 2013-07-16 23:57:41 -07:00
.gitmodules Can sometimes autocomplete version, scope, and __traits 2013-07-16 23:57:41 -07:00
README.md Update README.md 2013-07-17 07:51:35 +00:00
autocomplete.d Warnings 2013-07-19 00:03:20 +00:00
build.sh Can sometimes autocomplete version, scope, and __traits 2013-07-16 23:57:41 -07:00
client.d Warnings 2013-07-19 00:03:20 +00:00
constants.d Basic proof of concept is working 2013-07-18 17:02:03 -07:00
importutils.d Can sometimes autocomplete version, scope, and __traits 2013-07-16 23:57:41 -07:00
messages.d Can sometimes autocomplete version, scope, and __traits 2013-07-16 23:57:41 -07:00
modulecache.d Basic proof of concept is working 2013-07-18 17:02:03 -07:00
server.d Basic proof of concept is working 2013-07-18 17:02:03 -07:00

README.md

DCD

The D Completion Daemon is an auto-complete program for the D programming language

Or at least it will be once I write it.

Be sure to run git submodule update --init after cloning this repository.