t

xsbti

WorkspaceEdit

trait WorkspaceEdit extends AnyRef

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

`WorkspaceEdit`

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkspaceEdit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def changes(): List[TextEdit]

    List of xsbti.TextEdit that belong to this WorkspaceEdit.