class LSProtocol::WillSaveTextDocumentParams

Overview

The parameters sent in a will save text document notification.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(reason : TextDocumentSaveReason | Nil, text_document : TextDocumentIdentifier | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def reason : TextDocumentSaveReason #

The 'TextDocumentSaveReason'.


[View source]
def text_document : TextDocumentIdentifier #

[View source]