Interface | Description |
---|---|
CallHierarchyProvider |
Provides call hierarchy for the given location in a document.
|
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.
|
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.
|