FunctionParameterValueDiagnosticsSupplier

A diagnostics supplier that checks function parameter values against their allowed values as specified in the documentation.

Parameters

docsDirectory

the directory where function documentation files are stored

Constructors

constructor(docsDirectory: File)

Functions

Link copied to clipboard
open override fun getDiagnostics(document: TextDocument): List<SimpleDiagnostic>

Generates a list of diagnostics.