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

    Modifier and Type
    Method
    Description
    List of [[xsbti.TextEdit]] that belong to this WorkspaceEdit.
  • Method Details

    • changes

      List<TextEdit> changes()
      List of [[xsbti.TextEdit]] that belong to this WorkspaceEdit.