struct LSP::WillSaveTextDocumentParams

Included Modules

Defined in:

notifications/text_synchronization/will_save.cr

Constructors

Instance Method Summary

Macros inherited from module JSON::Serializable

json_discriminator(field, mapping, *, default = nil) json_discriminator

Constructor Detail

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

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

[View source]

Instance Method Detail

def reason : TextDocumentSaveReason #

The 'TextDocumentSaveReason'.


[View source]
def reason=(reason : TextDocumentSaveReason) #

The 'TextDocumentSaveReason'.


[View source]
def text_document : TextDocumentIdentifier #

The document that will be saved.


[View source]
def text_document=(text_document : TextDocumentIdentifier) #

The document that will be saved.


[View source]