This method is called to provide completion items at a given position in a document.
The document in which the completion was requested.
The position at which the completion was requested.
A promise that resolves to an array of CompletionItems, a CompletionList, or null.
Generated using TypeDoc
PineLibCompletionProvider is a class that implements the vscode.CompletionItemProvider interface. It provides completion items for Pine Script library imports.