|
NAMEdcd-client - autocompletion client for the D programming languageSYNOPSIS
DESCRIPTIONdcd-client is a client for dcd-server and is typically used by text editor scripts.OPTIONS-c, --cursorPos cursorPositionProvides auto-completion at the given cursor position.
The cursor position is measured in bytes from the beginning of the source
code.
-p, --port portNumber
Choose the port number on which dcd-client
listens. This switch implies --tcp.
--tcp
Listen on a TCP socket instead of a UNIX domain socket.
This is the default on Windows.
--socketFile filePath
Set the path to use for the UNIX domain socket. Has no
effect if the --tcp or --port switches are used.
-I directory
Informs dcd-server to cache any D source files
found in directory so that they will be included in responses to future
dcd-client requests.
-h, --help
Prints a help message
-l, --symbolLocation
Get the file name and position that the symbol at the
cursor location was defined.
-s, --search symbolName
List locations at which symbols with the given
symbolName can be found.
-d, --doc
Gets documentation comments associated with the symbol at
the cursor location.
-q, --query, --status
Query the server statis. Returns 0 if the server is
running. Returns 1 if the server could not be contacted.
--shutdown
Instructs the server to shut down
--clearCache
Instructs the server to clear its cache of
auto-completion information.
filename
Provides auto-completion information for the file with
the given name.
AUTHORWritten by Brian Schott (@Hackerpilot on Github)BUGSPlease use the issue tracker located at https://github.com/dlang-community/DCD/issuesSEE ALSOdcd-server(1)
Visit the GSP FreeBSD Man Page Interface. |