- members
alias members = AliasSeq!(__traits(derivedMembers, served.extension), __traits(derivedMembers, served.commands.calltips), __traits(derivedMembers, served.commands.code_actions), __traits(derivedMembers, served.commands.code_lens), __traits(derivedMembers, served.commands.color), __traits(derivedMembers, served.commands.complete), __traits(derivedMembers, served.commands.dcd_update), __traits(derivedMembers, served.commands.definition), __traits(derivedMembers, served.commands.dub), __traits(derivedMembers, served.commands.file_search), __traits(derivedMembers, served.commands.format), __traits(derivedMembers, served.commands.highlight), __traits(derivedMembers, served.commands.rename), __traits(derivedMembers, served.commands.symbol_search), __traits(derivedMembers, served.commands.test_provider), __traits(derivedMembers, served.workers.profilegc), __traits(derivedMembers, served.workers.rename_listener))
Undocumented in source.
- changedConfig
void changedConfig(ConfigWorkspace target, string[] paths, served.types.Configuration config)
Undocumented in source. Be warned that the author may not have intended to support it.
- configFinished
void configFinished(size_t num)
Undocumented in source. Be warned that the author may not have intended to support it.
- delayedProjectActivation
void delayedProjectActivation(WorkspaceD.Instance instance, string workspaceRoot, string workspaceUri, RootSuggestion root)
Undocumented in source. Be warned that the author may not have intended to support it.
- determineOutputFolder
string determineOutputFolder()
Undocumented in source. Be warned that the author may not have intended to support it.
- didChangeWorkspaceFolders
void didChangeWorkspaceFolders(DidChangeWorkspaceFoldersParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- didLoadDubProject
void didLoadDubProject()
Undocumented in source. Be warned that the author may not have intended to support it.
- doDscanner
void doDscanner(DidChangeTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- doGlobalStartup
void doGlobalStartup(UserConfiguration config)
Undocumented in source. Be warned that the author may not have intended to support it.
- doStartup
void doStartup(string workspaceUri, UserConfiguration userConfig)
Undocumented in source. Be warned that the author may not have intended to support it.
- ensureStartedUp
void ensureStartedUp(UserConfiguration config)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDscannerConfig
DScannerIniSection[] getDscannerConfig(SimpleTextDocumentIdentifierParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPossibleSourceRoots
string[] getPossibleSourceRoots(string workspaceFolder)
Undocumented in source. Be warned that the author may not have intended to support it.
- getServedInfo
ServedInfoResponse getServedInfo(ServedInfoParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- initialize
InitializeResult initialize(InitializeParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- lazyStartDCDServer
void lazyStartDCDServer(WorkspaceD.Instance instance, string workspaceUri)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeServerInfo
ServerInfo makeServerInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDidChangeDocument
void onDidChangeDocument(DidChangeTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDidCloseDocument
void onDidCloseDocument(DidCloseTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDidOpenDocument
void onDidOpenDocument(DidOpenTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDidSaveDocument
void onDidSaveDocument(DidSaveTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeWorkspace
void removeWorkspace(string workspaceUri)
Undocumented in source. Be warned that the author may not have intended to support it.
- rootsForProject
RootSuggestion[] rootsForProject(string root, bool recursive, string[] blocked, string[] extra)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTrace
void setTrace(SetTraceParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- shutdown
JsonValue shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
- startDCDServer
void startDCDServer(WorkspaceD.Instance instance, string workspaceUri)
Undocumented in source. Be warned that the author may not have intended to support it.
- wantsDCDServer
bool wantsDCDServer(string workspaceUri)
Undocumented in source. Be warned that the author may not have intended to support it.
- perWorkspaceConfigurationStore
TConfigHolder[DocumentUri] perWorkspaceConfigurationStore;
Undocumented in source.
- globalConfiguration
TConfigHolder* globalConfiguration;
Undocumented in source.
- syncedConfiguration
bool syncedConfiguration;
Undocumented in source.
- syncingConfiguration
bool syncingConfiguration;
Undocumented in source.
- postInit_setupConfig
void postInit_setupConfig(InitializeParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- setupConfig_Initialized
void setupConfig_Initialized(InitializedParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- didChangeConfiguration
void didChangeConfiguration(RootJsonToken params)
Undocumented in source. Be warned that the author may not have intended to support it.
- didChangeConfigurationNonStd
void didChangeConfigurationNonStd(RootJsonToken params)
Undocumented in source. Be warned that the author may not have intended to support it.
- syncConfiguration
bool syncConfiguration(string workspaceUri, size_t index, size_t numConfigs, bool addNew)
Undocumented in source. Be warned that the author may not have intended to support it.