View Source GenLSP.Structures.RenameFilesParams (gen_lsp v0.10.0)
The parameters sent in notifications/requests for user-initiated renames of files.
@since 3.16.0
Link to this section Summary
Functions
Fields
- 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.
Link to this section Types
@type t() :: %GenLSP.Structures.RenameFilesParams{ files: [GenLSP.Structures.FileRename.t()] }
Link to this section Functions
fields
Fields
- 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.