InlayHint$Typings extension

on

Properties

kind InlayHintKind

Available on InlayHint, provided by the InlayHint$Typings extension

The kind of this hint. The inlay hint kind defines the appearance of this inlay hint.
getter/setter pair
label Object

Available on InlayHint, provided by the InlayHint$Typings extension

The label of this hint. A human readable string or an array of {@link InlayHintLabelPart label parts}.
getter/setter pair
paddingLeft bool

Available on InlayHint, provided by the InlayHint$Typings extension

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

Available on InlayHint, provided by the InlayHint$Typings extension

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

Available on InlayHint, provided by the InlayHint$Typings extension

The position of this hint.
getter/setter pair
textEdits List<TextEdit>

Available on InlayHint, provided by the InlayHint$Typings extension

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

Available on InlayHint, provided by the InlayHint$Typings extension

The tooltip text when you hover over this item.
getter/setter pair