struct LSP::RenameFilesParams
- LSP::RenameFilesParams
- Struct
- Value
- Object
Overview
The parameters sent in notifications/requests for user-initiated renames of files.
Included Modules
- JSON::Serializable
Defined in:
lsp/workspace_features/will_rename_files.crConstructors
Instance Method Summary
-
#files : Array(FileRename)
An array of all files/folders renamed in this operation.
-
#files=(files : Array(FileRename))
An array of all files/folders renamed in this operation.
Constructor Detail
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.
def 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.