FoldingRange

langoustine.lsp.structures$.FoldingRangeClientCapabilities$.FoldingRange
See theFoldingRange companion object
case class FoldingRange(collapsedText: Opt[Boolean])

Attributes

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
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