GenLSP.Protocol.Structures.SignatureInformation (gen_lsp v0.0.1)
Represents the signature of something callable. A signature can have a label, like a function-name, a doc-comment, and a set of parameters.
properties
Properties
label :: string (required)
The label of this signature. Will be shown in the UI.
documentation :: unimplemented doc type
The human-readable doc-comment of this signature. Will be shown in the UI but can be omitted.
parameters :: unimplemented doc type
The parameters of this signature.
activeParameter :: uinteger
The index of the active parameter.
If provided, this is used in place of SignatureHelp.activeParameter
.
@since 3.16.0