struct LSP::CreateFilesParams

Overview

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

Included Modules

Defined in:

lsp/workspace_features/will_create_files.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def files : Array(FileCreate) #

An array of all files/folders created in this operation.


[View source]
def files=(files : Array(FileCreate)) #

An array of all files/folders created in this operation.


[View source]