java.lang.Object
org.javacs.lsp.InlayHint
Copied from lsp4j.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA data entry field that is preserved on a inlay hint between atextDocument/inlayHintand ainlayHint/resolverequest.The kind of this hint.Render padding before the hint.Render padding after the hint.The position of this hint. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
position
The position of this hint. -
label
-
kind
The kind of this hint. Can be omitted in which case the client should fall back to a reasonable default. -
paddingLeft
Render padding before the hint.Note: Padding should 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.
-
paddingRight
Render padding after the hint.Note: Padding should 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.
-
data
A data entry field that is preserved on a inlay hint between atextDocument/inlayHintand ainlayHint/resolverequest.
-
-
Constructor Details
-
InlayHint
-