View Source GenLSP.Structures.HoverClientCapabilities (gen_lsp v0.8.1)

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

Link to this function

%GenLSP.Structures.HoverClientCapabilities{}

View Source (struct)

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.