View Source GenLSP.Structures.FileRename (gen_lsp v0.8.1)

Represents information on a file/folder rename.

@since 3.16.0

Link to this section Summary

Functions

Fields

  • old_uri: A file:// URI for the original location of the file/folder being renamed.
  • new_uri: A file:// URI for the new location of the file/folder being renamed.

Link to this section Types

@type t() :: %GenLSP.Structures.FileRename{new_uri: String.t(), old_uri: String.t()}

Link to this section Functions

Link to this function

%GenLSP.Structures.FileRename{}

View Source (struct)

fields

Fields

  • old_uri: A file:// URI for the original location of the file/folder being renamed.
  • new_uri: A file:// URI for the new location of the file/folder being renamed.