Package-level declarations
Types
Link copied to clipboard
class ChainedFunctionNameCompletionSupplier(docsDirectory: File) : AbstractFunctionCompletionSupplier
Provides completion items for chained function names in function calls by scanning documentation files.
Link copied to clipboard
Provides completion items for function names in function calls by scanning documentation files. This supplier is proxied by com.quarkdown.lsp.completion.function.FunctionCompletionSupplier.
Link copied to clipboard
Provides completion items for regular (non-chained) function names by scanning documentation files.