Package-level declarations
Types
Link copied to clipboard
A DiagnosticsSupplier that provides diagnostics for function calls.
Link copied to clipboard
interface DiagnosticsSupplier
Link copied to clipboard
object DiagnosticsSuppliersFactory
Factory for creating a list of DiagnosticsSuppliers.
Link copied to clipboard
data class SimpleDiagnostic(val range: IntRange, val message: String, val severity: DiagnosticSeverity)
A simple diagnostic that can be sent to the client.
Functions
Link copied to clipboard
Converts a SimpleDiagnostic to a Diagnostic suitable for the LSP to send to the client.