ParameterInformation
Object Hierarchy:
Description:
[ Compact ( opaque = true ) ]
[ CCode ( ref_function = "lsp_parameter_information_ref" , unref_function = "lsp_parameter_information_unref" ) ]
public class ParameterInformation
Represents a parameter of a callable-signature. A parameter can have a label and a doc-comment.
Content:
Properties:
- public MarkupContent? documentation { get; set; }
The human-readable doc-comment of this parameter.
- public bool has_label_offsets { get; }
Whether the label is represented by offsets into the signature.
- public string label { get; set; }
The label of this parameter information.
- public uint64 label_end { get; }
- public uint64 label_start { get; }
Creation methods:
Methods: