The D Completion Daemon is an auto-complete program for the D programming language
Go to file
Hackerpilot 267dbab208 Basic autocomplete for enums in current file works 2013-08-02 02:01:01 +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
actypes.d Basic autocomplete for enums in current file works 2013-08-02 02:01:01 +00:00
acvisitor.d Basic autocomplete for enums in current file works 2013-08-02 02:01:01 +00:00
autocomplete.d Basic autocomplete for enums in current file works 2013-08-02 02:01:01 +00:00
build.sh Basic autocomplete for enums in current file works 2013-08-02 02:01:01 +00:00
client.d Basic autocomplete for enums in current file works 2013-08-02 02:01:01 +00:00
constants.d Autocomplete extern(...) declarations 2013-07-27 03:13:34 +00:00
messages.d Basic autocomplete for enums in current file works 2013-08-02 02:01:01 +00:00
modulecache.d Decided on GPL3 for the project 2013-07-19 16:09:34 -07:00
server.d Basic autocomplete for enums in current file works 2013-08-02 02:01:01 +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.