FoldingRange

case class FoldingRange(collapsedText: Opt[Boolean])
Value parameters:
collapsedText

If set, the client signals that it supports setting collapsedText on folding ranges to display custom labels instead of the default text.

Since:

3.17.0

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product