Package-level declarations

Types

Link copied to clipboard

A DiagnosticsSupplier that provides diagnostics for function calls.

Link copied to clipboard
Link copied to clipboard

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
fun SimpleDiagnostic.toLspDiagnostic(text: String): Diagnostic

Converts a SimpleDiagnostic to a Diagnostic suitable for the LSP to send to the client.