served.linters.diagnosticmanager

Undocumented in source.

Members

Aliases

DiagnosticCollection
alias DiagnosticCollection = PublishDiagnosticsParams[]
Undocumented in source.

Functions

combineDiagnostics
void combineDiagnostics()
Undocumented in source. Be warned that the author may not have intended to support it.
createDiagnosticsFor
auto ref createDiagnosticsFor(string uri)

Returns a reference to existing diagnostics for a given url in a given slot or creates a new array for them and returns the reference for it.

updateDiagnostics
void updateDiagnostics(string uriHint)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

NumDiagnosticProviders
enum NumDiagnosticProviders;
Undocumented in source.

Variables

combinedDiagnostics
DiagnosticCollection combinedDiagnostics;
Undocumented in source.
diagnostics
DiagnosticCollection[NumDiagnosticProviders] diagnostics;
Undocumented in source.
publishedUris
DocumentUri[] publishedUris;
Undocumented in source.

Meta