| Interface | Description |
|---|---|
| CallHierarchyProvider |
Provides call hierarchy for the given location in a document.
|
| CodeLensProvider |
A provider for code lens for a given document.
|
| CompletionCollector |
Interface for computing and collecting completions.
|
| DiagnosticReporter |
Allows to control diagnostics push to the LSP client on behalf of the
LSP server background processes.
|
| ErrorProvider |
A provided for errors/warnings for a given file.
|
| HoverProvider |
Interface for resolving hover information at a given document position.
|
| HyperlinkLocationProvider |
Interface for resolving hyperlink locations.
|
| HyperlinkTypeDefLocationProvider |
Interface for resolving hyperlinks to type definition locations.
|
| StructureProvider |
Interface for building structure of symbols at a given document.
|
| Class | Description |
|---|---|
| CompletionCollector.Builder |
Builder for
Completion instances. |
| ErrorProvider.Context |
The context for the error provider.
|
| StructureProvider.Builder |
Builder for
StructureElement instances. |
| Enum | Description |
|---|---|
| ErrorProvider.Kind |
The kind of errors/warnings that should be computed.
|