module LSP::StaticRegistrationOptions
Overview
Static registration options can be used to register a feature in the initialize result with a given server control ID to be able to un-register the feature later on.
Direct including types
- LSP::DeclarationRegistrationOptions
- LSP::DocumentColorRegistrationOptions
- LSP::FoldingRangeRegistrationOptions
- LSP::ImplementationRegistrationOptions
- LSP::SelectionRangeRegistrationOptions
- LSP::TypeDefinitionRegistrationOptions
Defined in:
base/static_registration_options.crInstance Method Summary
-
#id : String?
The id used to register the request.
-
#id=(id : String?)
The id used to register the request.
Instance Method Detail
def id : String?
#
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.
def id=(id : String?)
#
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.