Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
FoldingRangeProviderMiddleware
Interface FoldingRangeProviderMiddleware
interface
FoldingRangeProviderMiddleware
{
provideFoldingRanges
?:
(
this
:
void
,
document
:
TextDocument
,
context
:
FoldingContext
,
token
:
CancellationToken
,
next
:
ProvideFoldingRangeSignature
,
)
=>
ProviderResult
<
FoldingRange
[]
>
;
}
Index
Properties
provide
Folding
Ranges?
Properties
Optional
provide
Folding
Ranges
provideFoldingRanges
?:
(
this
:
void
,
document
:
TextDocument
,
context
:
FoldingContext
,
token
:
CancellationToken
,
next
:
ProvideFoldingRangeSignature
,
)
=>
ProviderResult
<
FoldingRange
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
provide
Folding
Ranges
vscode-languageclient
Loading...