ChainedFunctionNameCompletionSupplier

Provides completion items for chained function names in function calls by scanning documentation files.

Let | be the cursor position in the text, this supplier provides completions for:

  • .function::|

  • .function::func|

This supplier is proxied by FunctionNameCompletionSupplier.

Parameters

docsDirectory

the directory containing the documentation files to extract function data from

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.