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

The parameters passed via an apply workspace edit request.

Link to this section Summary

Functions

Fields

  • label: An optional label of the workspace edit. This label is presented in the user interface for example on an undo stack to undo the workspace edit.
  • edit: The edits to apply.

Link to this section Types

@type t() :: %GenLSP.Structures.ApplyWorkspaceEditParams{
  edit: GenLSP.Structures.WorkspaceEdit.t(),
  label: String.t() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.ApplyWorkspaceEditParams{}

View Source (struct)

fields

Fields

  • label: An optional label of the workspace edit. This label is presented in the user interface for example on an undo stack to undo the workspace edit.
  • edit: The edits to apply.