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

@since 3.14.0

Link to this section Summary

Functions

Fields

  • dynamic_registration: Whether declaration supports dynamic registration. If this is set to true the client supports the new DeclarationRegistrationOptions return value for the corresponding server capability as well.
  • link_support: The client supports additional metadata in the form of declaration links.

Link to this section Types

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

Link to this section Functions

Link to this function

%GenLSP.Structures.DeclarationClientCapabilities{}

View Source (struct)

fields

Fields

  • dynamic_registration: Whether declaration supports dynamic registration. If this is set to true the client supports the new DeclarationRegistrationOptions return value for the corresponding server capability as well.
  • link_support: The client supports additional metadata in the form of declaration links.