LSP::Data::TextDocumentRegistrationOptions
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance 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.
document_selector=(document_selector : Array(DocumentFilter) | 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.