FoldingRange

langoustine.lsp.structures.FoldingRangeClientCapabilities.FoldingRange
See theFoldingRange companion object
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

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