Class InlayHintLabelPart
- Namespace
- NMF.AnyText.InlayClasses
- Assembly
- NMF.AnyText.Lsp.dll
Denotes an
public class InlayHintLabelPart
- Inheritance
-
InlayHintLabelPart
- Inherited Members
Properties
Tooltip
The tooltip text when you hover over this label part.
Depending on the client capability inlayHint.resolveSupport
clients might resolve
this property late using the resolve request.
public SumType<string, MarkupContent> Tooltip { get; set; }
Property Value
- SumType<string, MarkupContent>
Value
The value of this label part.
public string Value { get; set; }