The D Completion Daemon is an auto-complete program for the D programming language
Find a file
2013-08-07 01:36:36 +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
actypes.d Tons of hacking, but not necessarily tons of progress 2013-08-07 01:36:36 +00:00
acvisitor.d Tons of hacking, but not necessarily tons of progress 2013-08-07 01:36:36 +00:00
autocomplete.d Tons of hacking, but not necessarily tons of progress 2013-08-07 01:36:36 +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 Tons of hacking, but not necessarily tons of progress 2013-08-07 01:36:36 +00:00
License.txt Decided on GPL3 for the project 2013-07-19 16:09:34 -07:00
messages.d Tons of hacking, but not necessarily tons of progress 2013-08-07 01:36:36 +00:00
modulecache.d Tons of hacking, but not necessarily tons of progress 2013-08-07 01:36:36 +00:00
README.md Tons of hacking, but not necessarily tons of progress 2013-08-07 01:36:36 +00:00
server.d Tons of hacking, but not necessarily tons of progress 2013-08-07 01:36:36 +00:00

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

#Status

  • Working:
    • Autocomplete class, struct, interface, and enum members if the class, struct, or enum was declared in the current file.
    • Autocompletion of properties of built-in types such as int, float, double, etc.
  • Not working:
    • Everything else

#Setup Don't. This code is not ready for you to use yet. If you're going to ignore this warning, be sure to run git submodule update --init after cloning this repository to grab the MessagePack library.