struct LSP::WorkspaceEdit
- LSP::WorkspaceEdit
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/workspace_edit.crConstructors
Instance Method Summary
-
#changes : Hash(String, Array(TextEdit)) | Nil
Holds changes to existing resources.
-
#changes=(changes : Hash(String, Array(TextEdit)) | Nil)
Holds changes to existing resources.
- #document_changes : Value
- #document_changes=(document_changes : Value)
Constructor Detail
Instance Method Detail
Holds changes to existing resources.
Holds changes to existing resources.