InlayHintLabelPart
Object Hierarchy:
Description:
[ Compact ( opaque = true ) ]
[ CCode ( ref_function = "lsp_inlay_hint_label_part_ref" , unref_function = "lsp_inlay_hint_label_part_unref" ) ]
public class InlayHintLabelPart
A part of an inlay hint label.
Since:
3.17.0
Content:
Properties:
- public Command? command { get; set; }
An optional command for this label part.
- public Location? location { get; set; }
An optional location for this label part.
- public MarkupContent? tooltip { get; set; }
The tooltip text when hovering over this label part.
- public string value { get; set; }
The value of this label part.
Creation methods:
Methods: