ApplyWorkspaceEditParams

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

The parameters passed via a apply workspace edit request.

Attributes

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.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product