public interface WorkspaceEdit
However it only supports the minimal `changes` to ensure the fixes will work with all clients.
NOTE: In the future this may be expanded to handle resource operations via `documentChanges`.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TextEdit> |
changes()
List of [[xsbti.TextEdit]] that belong to this WorkspaceEdit.
|
java.util.List<TextEdit> changes()