lsp / org.pinelang.lsp.lsp.models / HoverResponse
HoverResponse¶
data class HoverResponse
The result of a hover request.
Constructors¶
Name | Summary |
---|---|
<init> | The result of a hover request.HoverResponse(contents: MarkupContent , range: Range ) |
Properties¶
Name | Summary |
---|---|
contents | The hover’s contentval contents: MarkupContent |
range | An optional range is a range inside a text document that is used to visualize a hover, e.g. by changing the background color.val range: Range |