struct LSP::DidSaveTextDocumentParams

Included Modules

Defined in:

notifications/text_synchronization/did_save.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 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]