FunctionParameterNameCompletionSupplier

Provides completion items for function parameter names. For example, let | be the cursor position in the text, .function pa| will provide names for parameters starting with pa.

Constructors

Link copied to clipboard
constructor(docsDirectory: File)

Functions

Link copied to clipboard
open override fun getCompletionItems(params: CompletionParams, document: TextDocument): List<CompletionItem>

Generates a list of completion items.