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) #

def self.new(**args) #

Instance Method Detail

def text : String? #

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


def text=(text : String?) #

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


def text_document : TextDocumentIdentifier #

def text_document=(text_document : TextDocumentIdentifier) #