module

LSP::TextDocumentRegistrationOptions

Options to dynamically register for requests for a set of text documents.

Instance methods

document_selector

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.

Source
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.

Source