|
|
||
|---|---|---|
| msgpack-d@40c797cb8a | ||
| .gitmodules | ||
| License.txt | ||
| README.md | ||
| actypes.d | ||
| acvisitor.d | ||
| autocomplete.d | ||
| build.sh | ||
| client.d | ||
| constants.d | ||
| messages.d | ||
| modulecache.d | ||
| server.d | ||
README.md
#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.