ApplyWorkspaceEditParams

langoustine.lsp.structures.ApplyWorkspaceEditParams
See theApplyWorkspaceEditParams companion object
case class ApplyWorkspaceEditParams(label: Opt[String], edit: WorkspaceEdit)

The parameters passed via an apply workspace edit request.

Value parameters

edit

The edits to apply.

label

An optional label of the workspace edit. This label is presented in the user interface for example on an undo stack to undo the workspace edit.

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product