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

The client capabilities of a {@link DocumentLinkRequest}.

Link to this section Summary

Functions

Fields

  • dynamic_registration: Whether document link supports dynamic registration.

Link to this section Types

@type t() :: %GenLSP.Structures.DocumentLinkClientCapabilities{
  dynamic_registration: boolean() | nil,
  tooltip_support: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.DocumentLinkClientCapabilities{}

View Source (struct)

fields

Fields

  • dynamic_registration: Whether document link supports dynamic registration.

  • tooltip_support: Whether the client supports the tooltip property on DocumentLink.

    @since 3.15.0