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

Client Capabilities for a {@link DefinitionRequest}.

Link to this section Summary

Functions

Fields

  • dynamic_registration: Whether definition supports dynamic registration.

Link to this section Types

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

Link to this section Functions

Link to this function

%GenLSP.Structures.DefinitionClientCapabilities{}

View Source (struct)

fields

Fields

  • dynamic_registration: Whether definition supports dynamic registration.

  • link_support: The client supports additional metadata in the form of definition links.

    @since 3.14.0