SignatureHelp
Object Hierarchy:
Description:
[ Compact ( opaque = true ) ]
[ CCode ( ref_function = "lsp_signature_help_ref" , unref_function = "lsp_signature_help_unref" ) ]
public class SignatureHelp
Signature help represents the signature of something callable. There can be multiple signature helps but only one active.
Content:
Properties:
- public uint active_parameter { get; set; }
The active parameter of the active signature. If omitted or the value
lies outside the range of `signatures[activeSignature].parameters`, it defaults to 0.
- public uint active_signature { get; set; }
The active signature. If omitted or the value lies outside the range
of `signatures`, the value defaults to zero or is ignored if `signatures.length == 0`.
- public SignatureInformation[] signatures { get; set; }
Creation methods:
Methods: