class LSProtocol::TextDocumentRegistrationOptions
- LSProtocol::TextDocumentRegistrationOptions
- Reference
- Object
Overview
General text document registration options.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#document_selector : DocumentSelector | Nil
A document selector to identify the scope of the registration.
Constructor Detail
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.