Creates a new inlay hint.
The position of the hint.
The label of the hint.
Optional
kind: InlayHintKindThe kind of the hint.
Optional
kindThe kind of this hint. The inlay hint kind defines the appearance of this inlay hint.
The label of this hint. A human readable string or an array of label parts.
Note that neither the string nor the label part can be empty.
Optional
paddingRender padding before the hint. Padding will use the editor's background color, not the background color of the hint itself. That means padding can be used to visually align/separate an inlay hint.
Optional
paddingRender padding after the hint. Padding will use the editor's background color, not the background color of the hint itself. That means padding can be used to visually align/separate an inlay hint.
The position of this hint.
Optional
textOptional text edits that are performed when accepting this inlay hint. The default gesture for accepting an inlay hint is the double click.
Note that edits are expected to change the document so that the inlay hint (or its nearest variant) is now part of the document and the inlay hint itself is now obsolete.
Note that this property can be set late during resolving of inlay hints.
Optional
tooltipThe tooltip text when you hover over this item.
Note that this property can be set late during resolving of inlay hints.
Inlay hint information.