571 B
571 B
#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.