GenLSP.Enumerations.ResourceOperationKind (gen_lsp v0.0.3)
Link to this section Summary
Link to this section Types
@type t() :: String.t()
Link to this section Functions
Link to this function
create()
@spec create() :: String.t()
Supports creating new files and folders.
Link to this function
delete()
@spec delete() :: String.t()
Supports deleting existing files and folders.
Link to this function
rename()
@spec rename() :: String.t()
Supports renaming existing files and folders.