class LSProtocol::TextDocumentChangeRegistrationOptions

Overview

Describe options to be used when registered for text document change events.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(document_selector : DocumentSelector | Nil, sync_kind : TextDocumentSyncKind | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def document_selector : DocumentSelector | Nil #

[View source]
def sync_kind : TextDocumentSyncKind #

[View source]