class LSProtocol::RenameFilesParams

Overview

The parameters sent in notifications/requests for user-initiated renames of files.

@since 3.16.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(files : Array(FileRename) | Nil) #

[View source]

Instance Method Detail

def files : Array(FileRename) #

An array of all files/folders renamed in this operation. When a folder is renamed, only the folder will be included, and not its children.


[View source]