module
LSP::TextDocumentRegistrationOptions
Overview
Options to dynamically register for requests for a set of text documents.
Direct including types
- LSP::DeclarationRegistrationOptions
- LSP::DocumentColorRegistrationOptions
- LSP::FoldingRangeRegistrationOptions
- LSP::ImplementationRegistrationOptions
- LSP::SelectionRangeRegistrationOptions
- LSP::SemanticTokensRegistrationOptions
- LSP::TypeDefinitionRegistrationOptions
Defined in:
base/text_document_registration_options.crInstance Method Summary
-
#document_selector : DocumentSelector | Nil
A document selector to identify the scope of the registration.
-
#document_selector=(document_selector : DocumentSelector | Nil)
A document selector to identify the scope of the registration.
Instance Method Detail
def document_selector : DocumentSelector | Nil
#
A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.
def document_selector=(document_selector : DocumentSelector | Nil)
#
A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.