View Source GenLSP.Enumerations.ResourceOperationKind (gen_lsp v0.8.1)

Link to this section Summary

Functions

Supports creating new files and folders.

Supports deleting existing files and folders.

Supports renaming existing files and folders.

Link to this section Types

Link to this section Functions

@spec create() :: String.t()

Supports creating new files and folders.

@spec delete() :: String.t()

Supports deleting existing files and folders.

@spec rename() :: String.t()

Supports renaming existing files and folders.