View Source GenLSP.Structures.Registration (gen_lsp v0.10.0)
General parameters to register for a notification or to register a provider.
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.
- method: The method / capability to register for.
- register_options: Options necessary for the registration.
Link to this section Types
@type t() :: %GenLSP.Structures.Registration{ id: String.t(), method: String.t(), register_options: GenLSP.TypeAlias.LSPAny.t() | nil }
Link to this section Functions
fields
Fields
- id: The id used to register the request. The id can be used to deregister the request again.
- method: The method / capability to register for.
- register_options: Options necessary for the registration.