struct LSP::ApplyWorkspaceEditParams
- LSP::ApplyWorkspaceEditParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/apply_workspace_edit_params.crConstructors
Instance Method Summary
-
#edit : WorkspaceEdit
The edits to apply.
-
#edit=(edit : WorkspaceEdit)
The edits to apply.
-
#label : String | Nil
An optional label of the workspace edit.
-
#label=(label : String | Nil)
An optional label of the workspace edit.
Constructor Detail
Instance Method Detail
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.
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.