struct LSP::RenameFilesParams

Overview

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

Included Modules

Defined in:

lsp/workspace_features/will_rename_files.cr

Constructors

Instance Method Summary

Constructor Detail

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

[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]
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.


[View source]