class LSProtocol::DidSaveTextDocumentParams

Overview

The parameters sent in a save text document notification

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(text_document : TextDocumentIdentifier | Nil, text : String | Nil = nil) #

[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_document : TextDocumentIdentifier #

[View source]