struct LSP::DidSaveTextDocumentParams

Included Modules

Defined in:

lsp/document_sync/did_save_text_document.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def text : String | Nil #

Optional the content when saved. Depends on the includeText value when the save notification was requested.


[View source]
def text=(text : String | Nil) #

Optional the content when saved. Depends on the includeText value when the save notification was requested.


[View source]
def text_document : TextDocumentIdentifier #

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

[View source]