The current document.
The current position within the document.
The documentation for the arguments.
An array of completion items.
Creates a completion item for the given name and documentation.
The current document.
The name of the item.
The namespace of the item, if it's a method.
The documentation for the item.
The current position within the document.
A flag indicating whether this is an argument completion.
A CompletionItem object.
Provides completion items for function completions.
The current document.
The current position within the document.
The text to match.
null
Provides completion items for the main completions.
The current document.
The current position within the document.
An array of completion items
Provides completion items for method completions.
The current document.
The current position within the document.
The text to match.
null
Provides completion items for the current position in the document.
The current document.
The current position within the document.
A cancellation token.
An array of completion items.
Generated using TypeDoc
Provides completion items for argument completions.