RenameFile

langoustine.lsp.structures.RenameFile
See theRenameFile companion object
case class RenameFile(kind: "rename", oldUri: DocumentUri, newUri: DocumentUri, options: Opt[RenameFileOptions], annotationId: Opt[ChangeAnnotationIdentifier])

Rename file operation

Value parameters

annotationId

An optional annotation identifier describing the operation. since 3.16.0

kind

The resource operation kind.

newUri

The new location.

oldUri

The old (existing) location.

options

Rename options.

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