Package-level declarations
Types
Link copied to clipboard
class FunctionParameterAllowedValuesCompletionSupplier(docsDirectory: File) : AbstractFunctionCompletionSupplier
Provides completion items for fixed allowed values for a function parameter, if applicable. For example, let |
be the cursor position in the text, .row alignment:{|
will provide allowed values for the alignment
parameter of the row
function.
Link copied to clipboard
class FunctionParameterNameCompletionSupplier(docsDirectory: File) : AbstractFunctionCompletionSupplier
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
.