View Source GenLSP.Structures.SelectionRangeClientCapabilities (gen_lsp v0.11.2)
Link to this section Summary
Functions
Fields
- dynamic_registration: Whether implementation supports dynamic registration for selection range providers. If this is set to
truethe client supports the newSelectionRangeRegistrationOptionsreturn value for the corresponding server capability as well.
Link to this section Types
@type t() :: %GenLSP.Structures.SelectionRangeClientCapabilities{ dynamic_registration: boolean() | nil }
Link to this section Functions
fields
Fields
- dynamic_registration: Whether implementation supports dynamic registration for selection range providers. If this is set to
truethe client supports the newSelectionRangeRegistrationOptionsreturn value for the corresponding server capability as well.