LSP::RenameFilesParams
Inherits JSON::Serializable < Struct < Value < Object
The parameters sent in notifications/requests for user-initiated renames of files.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance 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.
files=(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.