Interface | Description |
---|---|
CompletionDocumentation |
The interface of an item that can be displayed in the documentation popup.
|
CompletionItem |
The interface representing a single item of the result list that can be displayed
in the completion popup.
|
CompletionProvider |
The basic interface for providing code completion items.
|
CompletionTask |
The inteface of a task performing a code completion query.
|
CompositeCompletionItem |
Interface representing a completion item containing possible sub-items.
|
LazyCompletionItem |
The interface representing a completion item with lazy initialization
|
Class | Description |
---|---|
CompletionResultSet |
Listener interface for passing the query results.
|