RenameParams

langoustine.lsp.structures.RenameParams
See theRenameParams companion object
case class RenameParams(textDocument: TextDocumentIdentifier, position: Position, newName: String, workDoneToken: Opt[ProgressToken])

The parameters of a [[RenameRequest]].

Value parameters

newName

The new name of the symbol. If the given name is not valid the request must return a [[ResponseError]] with an appropriate message set.

position

The position at which this request was sent.

textDocument

The document to rename.

workDoneToken

An optional token that a server can use to report work done progress.

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