class

LSProtocol::RenameFilesParams

Inherits JSON::Serializable / Reference / Object

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

@since 3.16.0

Constructors

new(pull : JSON::PullParser)
Source
new(files : Array(FileRename) | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

files

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.

Source