module LSP::TextDocumentRegistrationOptions

Overview

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

Direct including types

Defined in:

base/text_document_registration_options.cr

Instance Method Summary

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.


[View source]
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.


[View source]