dcd-server(1) | 2017 | dcd-server(1) |
NAME
dcd-server - autocompletion server for the D programming language
SYNOPSIS
dcd-server |
[-I directory] [-p|--port portNumber] [--tcp] [--socketFile filePath] [--logLevel level] [-h|--help] [--version] |
DESCRIPTION
dcd-server caches information about D source files that were found
OPTIONS
-p, --port portNumber
FILES
dcd-server can be configured through the use of a file called dcd.conf This file should be placed in one of the following locations:
- •
- /etc/dcd.conf
- •
- ${XDG_CONFIG_HOME}/dcd/dcd.conf
- •
- ${HOME}/.config/dcd/dcd.conf
Each line in the file should be a path to search for D source files. A line in dcd.conf is equivalent to passing that same line to dcd-server with the -I option. Lines that start with the '#' character are ignored.
Unless the --tcp switch is used, dcd-server will default to communicating with the client over a UNIX domain socket. dcd-server will attempt to create the socket in the following locations:
- •
- ${XDG_RUNTIME_DIR}/dcd.socket
- •
- /tmp/dcd-${UID}.socket
AUTHOR
Written by Brian Schott (@Hackerpilot on Github)
BUGS
Please use the issue tracker located at https://github.com/dlang-community/DCD/issues
SEE ALSO
Feb | 13 |