| Interface | Description |
|---|---|
| Action |
An Action is very miminal representation of a `CodeAction` in the LSP protocol.
|
| DiagnosticCode |
A DiagnosticCode is a unique identifier that the compiler can associate with a diagnostic.
|
| DiagnosticRelatedInformation |
Related information for a given diagnostic.
|
| Logger | |
| Position | |
| Problem | |
| T2<A1,A2> |
Used to pass a pair of values.
|
| TextEdit |
A representation of the `TextEdit` found in the LSP protocol.
|
| WorkspaceEdit |
A minimal representatin of the `WorkspaceEdit` found in the LSP protocol.
|
| Enum | Description |
|---|---|
| Severity |