mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-28 14:19:55 +03:00
Merge branch 'master' of https://github.com/Hackerpilot/DCD
This commit is contained in:
commit
00859a84d2
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,10 @@ The D Completion Daemon is an auto-complete program for the D programming langua
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
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
|
#Status
|
||||||
*This program is still in an alpha state.*
|
*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.
|
* Autocompletion of class, struct, and interface instances.
|
||||||
* Display of call tips (but only for the first overload)
|
* Display of call tips (but only for the first overload)
|
||||||
* Not working:
|
* Not working:
|
||||||
|
* Windows support (I don't know that it won't work, but this program is not tested on Windows yet)
|
||||||
* UFCS
|
* UFCS
|
||||||
* Templates
|
* Templates
|
||||||
* *auto* declarations
|
* *auto* declarations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue