LinkedEditingRanges

langoustine.lsp.structures.LinkedEditingRanges
See theLinkedEditingRanges companion object
case class LinkedEditingRanges(ranges: Vector[Range], wordPattern: Opt[String])

The result of a linked editing range request.

Value parameters

ranges

A list of ranges that can be edited together. The ranges must have identical length and contain identical text content. The ranges cannot overlap.

wordPattern

An optional word pattern (regular expression) that describes valid contents for the given ranges. If no pattern is provided, the client configuration's word pattern will be used.

Attributes

Since

3.16.0

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