View Source GenLSP.Structures.MonikerClientCapabilities (gen_lsp v0.10.0)
Client capabilities specific to the moniker request.
@since 3.16.0
Link to this section Summary
Functions
Fields
- dynamic_registration: Whether moniker supports dynamic registration. If this is set to
true
the client supports the newMonikerRegistrationOptions
return value for the corresponding server capability as well.
Link to this section Types
@type t() :: %GenLSP.Structures.MonikerClientCapabilities{ dynamic_registration: boolean() | nil }
Link to this section Functions
fields
Fields
- dynamic_registration: Whether moniker supports dynamic registration. If this is set to
true
the client supports the newMonikerRegistrationOptions
return value for the corresponding server capability as well.