getCompletionItems
open override fun getCompletionItems(params: CompletionParams, document: TextDocument): List<CompletionItem>
Generates a list of completion items.
Return
a list of completion items that can be suggested
Parameters
params
the parameters for the completion request, including the position in the document
document
the current document