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.

Attributes

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.

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