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

Static registration options to be returned in the initialize request.

Link to this section Summary

Functions

Fields

  • id: The id used to register the request. The id can be used to deregister the request again. See also Registration#id.

Link to this section Types

@type t() :: %GenLSP.Structures.StaticRegistrationOptions{id: String.t() | nil}

Link to this section Functions

Link to this function

%GenLSP.Structures.StaticRegistrationOptions{}

View Source (struct)

fields

Fields

  • id: The id used to register the request. The id can be used to deregister the request again. See also Registration#id.