struct LSP::TextDocumentSyncOptions

Included Modules

Defined in:

base/capabilities/server_capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def change : TextDocumentSyncKind | Nil #

[View source]
def change=(change : TextDocumentSyncKind | Nil) #

[View source]
def open_close : Bool | Nil #

[View source]
def open_close=(open_close : Bool | Nil) #

[View source]