View Source GenLSP.Structures.HoverClientCapabilities (gen_lsp v0.10.0)
Link to this section Summary
Functions
Fields
- dynamic_registration: Whether hover supports dynamic registration.
- content_format: Client supports the following content formats for the content property. The order describes the preferred format of the client.
Link to this section Types
@type t() :: %GenLSP.Structures.HoverClientCapabilities{ content_format: [GenLSP.Enumerations.MarkupKind.t()] | nil, dynamic_registration: boolean() | nil }
Link to this section Functions
fields
Fields
- dynamic_registration: Whether hover supports dynamic registration.
- content_format: Client supports the following content formats for the content property. The order describes the preferred format of the client.