Interface | Description |
---|---|
CompletionCollector |
Interface for computing and collecting completions.
|
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.
|
Class | Description |
---|---|
CompletionCollector.Builder |
Builder for
Completion instances. |
ErrorProvider.Context |
The context for the error provider.
|
Enum | Description |
---|---|
ErrorProvider.Kind |
The kind of errors/warnings that should be computed.
|