java.lang.Object
org.javacs.lsp.InlayHint
Copied from lsp4j.
-
字段概要
字段修饰符和类型字段说明A 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. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
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.
-
-
构造器详细资料
-
InlayHint
-