struct LSP::TextDocumentChangeRegistrationOptions

Overview

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

Included Modules

Defined in:

lsp/document_sync/did_change_text_document.cr

Constructors

Instance Method Summary

Instance methods inherited from module LSP::TextDocumentRegistrationOptions

document_selector : DocumentSelector | Nil document_selector, document_selector=(document_selector : DocumentSelector | Nil) document_selector=

Constructor methods inherited from module LSP::TextDocumentRegistrationOptions

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def sync_kind : TextDocumentSyncKind #

[View source]
def sync_kind=(sync_kind : TextDocumentSyncKind) #

[View source]