The D Completion Daemon is an auto-complete program for the D programming language
Go to file
Hackerpilot 2872990817 Basic proof of concept is working 2013-07-18 17:02:03 -07: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 Everything starts somewhere... 2013-07-15 03:00:02 +00:00
autocomplete.d Basic proof of concept is working 2013-07-18 17:02:03 -07:00
build.sh Can sometimes autocomplete version, scope, and __traits 2013-07-16 23:57:41 -07:00
client.d Basic proof of concept is working 2013-07-18 17:02:03 -07: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.