BuiltinDCDClient

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string socketFile)
Undocumented in source.
this
this(ushort port)
Undocumented in source.

Members

Functions

addImportPaths
bool addImportPaths(string[] importPaths)
Undocumented in source. Be warned that the author may not have intended to support it.
clearCache
bool clearCache()
Undocumented in source. Be warned that the author may not have intended to support it.
closeRequestConnection
void closeRequestConnection()
Undocumented in source. Be warned that the author may not have intended to support it.
connectForRequest
Socket connectForRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
listImportPaths
string[] listImportPaths()
Undocumented in source. Be warned that the author may not have intended to support it.
performNotification
bool performNotification(AutocompleteRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
performRequest
DCDResponse performRequest(AutocompleteRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
queryRunning
bool queryRunning()
Undocumented in source. Be warned that the author may not have intended to support it.
removeImportPaths
bool removeImportPaths(string[] importPaths)
Undocumented in source. Be warned that the author may not have intended to support it.
requestAutocomplete
Completion requestAutocomplete(CodeRequest loc)
Undocumented in source. Be warned that the author may not have intended to support it.
requestDocumentation
string[] requestDocumentation(CodeRequest loc)
Undocumented in source. Be warned that the author may not have intended to support it.
requestLocalUse
LocalUse requestLocalUse(CodeRequest loc)
Undocumented in source. Be warned that the author may not have intended to support it.
requestSymbolInfo
SymbolInformation requestSymbolInfo(CodeRequest loc)
Undocumented in source. Be warned that the author may not have intended to support it.
requestSymbolSearch
DCDResponse.Completion[] requestSymbolSearch(string query)
Undocumented in source. Be warned that the author may not have intended to support it.
runningPort
ushort runningPort()
Undocumented in source. Be warned that the author may not have intended to support it.
runningPort
void runningPort(ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
bool shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
socketFile
string socketFile()
Undocumented in source. Be warned that the author may not have intended to support it.
socketFile
void socketFile(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
usingUnixDomainSockets
bool usingUnixDomainSockets()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

clientVersion
auto clientVersion;
Undocumented in source.
maxSupportedServerExclusive
enum maxSupportedServerExclusive;
Undocumented in source.
minSupportedServerInclusive
enum minSupportedServerInclusive;
Undocumented in source.

Variables

_socketFile
string _socketFile;
Undocumented in source.
port
ushort port;
Undocumented in source.
useTCP
bool useTCP;
Undocumented in source.

Inherited Members

From IDCDClient

socketFile
string socketFile()
Undocumented in source.
socketFile
void socketFile(string )
Undocumented in source.
runningPort
ushort runningPort()
Undocumented in source.
runningPort
void runningPort(ushort )
Undocumented in source.
usingUnixDomainSockets
bool usingUnixDomainSockets()
Undocumented in source.
queryRunning
bool queryRunning()
Undocumented in source.
shutdown
bool shutdown()
Undocumented in source.
clearCache
bool clearCache()
Undocumented in source.
addImportPaths
bool addImportPaths(string[] importPaths)
Undocumented in source.
removeImportPaths
bool removeImportPaths(string[] importPaths)
Undocumented in source.
listImportPaths
string[] listImportPaths()
Undocumented in source.
requestSymbolInfo
SymbolInformation requestSymbolInfo(CodeRequest loc)
Undocumented in source.
requestDocumentation
string[] requestDocumentation(CodeRequest loc)
Undocumented in source.
requestSymbolSearch
DCDResponse.Completion[] requestSymbolSearch(string query)
Undocumented in source.
requestLocalUse
LocalUse requestLocalUse(CodeRequest loc)
Undocumented in source.
requestAutocomplete
Completion requestAutocomplete(CodeRequest loc)
Undocumented in source.

Meta