The D Completion Daemon is an auto-complete program for the D programming language
Go to file
Hackerpilot a7eb6c363d Now able to grab the expression before the cursor 2013-07-31 00:27:32 +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
License.txt Decided on GPL3 for the project 2013-07-19 16:09:34 -07:00
README.md Update README.md 2013-07-17 07:51:35 +00:00
autocomplete.d Now able to grab the expression before the cursor 2013-07-31 00:27:32 +00:00
build.sh Can sometimes autocomplete version, scope, and __traits 2013-07-16 23:57:41 -07:00
client.d Decided on GPL3 for the project 2013-07-19 16:09:34 -07:00
constants.d Autocomplete extern(...) declarations 2013-07-27 03:13:34 +00:00
importutils.d Decided on GPL3 for the project 2013-07-19 16:09:34 -07:00
messages.d Decided on GPL3 for the project 2013-07-19 16:09:34 -07:00
modulecache.d Decided on GPL3 for the project 2013-07-19 16:09:34 -07:00
server.d Autocomplete extern(...) declarations 2013-07-27 03:13:34 +00: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.