RegularFunctionNameCompletionSupplier
Provides completion items for regular (non-chained) function names by scanning documentation files.
Let |
be the cursor position in the text, this supplier provides completions for:
.|
.func|
This supplier is proxied by FunctionNameCompletionSupplier.
Parameters
docsDirectory
the directory containing the documentation files to extract function data from
Functions
Link copied to clipboard
open override fun getCompletionItems(params: CompletionParams, document: TextDocument): List<CompletionItem>
Generates a list of completion items.