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

Since 3.6.0

Link to this section Summary

Functions

Fields

  • dynamic_registration: Whether implementation supports dynamic registration. If this is set to true the client supports the new TypeDefinitionRegistrationOptions return value for the corresponding server capability as well.

Link to this section Types

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

Link to this section Functions

Link to this function

%GenLSP.Structures.TypeDefinitionClientCapabilities{}

View Source (struct)

fields

Fields

  • dynamic_registration: Whether implementation supports dynamic registration. If this is set to true the client supports the new TypeDefinitionRegistrationOptions return value for the corresponding server capability as well.

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

    Since 3.14.0