Package xsbti
Interface WorkspaceEdit
public interface WorkspaceEdit
A minimal representatin of the `WorkspaceEdit` found in the LSP protocol.
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`.
- See Also:
-
Method Summary
-
Method Details
-
changes
List of [[xsbti.TextEdit]] that belong to this WorkspaceEdit.
-