View Source GenLSP.Structures.LinkedEditingRangeClientCapabilities (gen_lsp v0.10.0)
Client capabilities for the linked editing range request.
@since 3.16.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(TextDocumentRegistrationOptions & StaticRegistrationOptions)
return value for the corresponding server capability as well.
Link to this section Types
@type t() :: %GenLSP.Structures.LinkedEditingRangeClientCapabilities{ dynamic_registration: boolean() | nil }
Link to this section Functions
Link to this function
%GenLSP.Structures.LinkedEditingRangeClientCapabilities{}
View Source (struct)
fields
Fields
- dynamic_registration: Whether implementation supports dynamic registration. If this is set to
true
the client supports the new(TextDocumentRegistrationOptions & StaticRegistrationOptions)
return value for the corresponding server capability as well.