lsp / org.pinelang.lsp.lsp.models / HoverClientCapabilities
HoverClientCapabilities¶
data class HoverClientCapabilities
Constructors¶
Name | Summary |
---|---|
<init> | HoverClientCapabilities(dynamicRegistration: Boolean ?, contentFormat: Array < String >?) |
Properties¶
Name | Summary |
---|---|
contentFormat | Client supports the follow content formats for the content property. The order describes the preferred format of the client.val contentFormat: Array < String >? |
dynamicRegistration | Whether hover supports dynamic registration.val dynamicRegistration: Boolean ? |
Functions¶
Name | Summary |
---|---|
equals | fun equals(other: Any ?): Boolean |
hashCode | fun hashCode(): Int |