InlayHint$Typings extension
Properties
-
kind
↔ InlayHintKind
-
The kind of this hint. The inlay hint kind defines the appearance of this inlay hint.
getter/setter pair
-
label
↔ Object
-
The label of this hint. A human readable string or an array of {@link InlayHintLabelPart label parts}.
getter/setter pair
-
paddingLeft
↔ bool
-
Render 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.
getter/setter pair
-
paddingRight
↔ bool
-
Render 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.
getter/setter pair
-
position
↔ Position
-
The position of this hint.
getter/setter pair
-
textEdits
↔ List<TextEdit>
-
Optional {@link TextEdit text edits} that are performed when accepting this inlay hint. The default
gesture for accepting an inlay hint is the double click.
getter/setter pair
-
tooltip
↔ dynamic
-
The tooltip text when you hover over this item.
getter/setter pair