From dbc78edb1122ab3cf818693b09c83ba193eb72ee Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 9 Aug 2013 10:27:06 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1f891f7..4b4ab80 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ The D Completion Daemon is an auto-complete program for the D programming langua ![Teaser](teaser.png "This is what the future looks like - Jayce, League of Legends") +DCD consists of a client and a server. The client (dcd-client) is used by a text editor script or from the command line. +The server (dcd-server) is responsible for caching imported files, calculating autocomplete information, and sending it +back to the client. + #Status *This program is still in an alpha state.* @@ -13,6 +17,7 @@ The D Completion Daemon is an auto-complete program for the D programming langua * Autocompletion of class, struct, and interface instances. * Display of call tips (but only for the first overload) * Not working: + * Windows support (I don't know that it won't work, but this program is not tested on Windows yet) * UFCS * Templates * *auto* declarations