Documentation

FoldingRangeClientCapabilities
in package

Table of Contents

Properties

$dynamicRegistration  : bool|null
Whether hover supports dynamic registration.
$lineFoldingOnly  : bool|null
If set, the client signals that it only supports folding complete lines.
$rangeLimit  : int|null
The maximum number of folding ranges that the client prefers to receive per document. The value serves as a hint, servers are free to follow the limit.

Methods

__construct()  : mixed

Properties

$lineFoldingOnly

If set, the client signals that it only supports folding complete lines.

public bool|null $lineFoldingOnly

If set, client will ignore specified startCharacter and endCharacter properties in a FoldingRange.

$rangeLimit

The maximum number of folding ranges that the client prefers to receive per document. The value serves as a hint, servers are free to follow the limit.

public int|null $rangeLimit

Methods

__construct()

public __construct([bool|null $dynamicRegistration = null ][, int|null $rangeLimit = null ][, bool|null $lineFoldingOnly = null ]) : mixed
Parameters
$dynamicRegistration : bool|null = null
$rangeLimit : int|null = null
$lineFoldingOnly : bool|null = null

        
On this page

Search results