Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
InlayHintsMiddleware
Type Alias InlayHintsMiddleware
InlayHintsMiddleware
:
{
provideInlayHints
?:
(
this
:
void
,
document
:
TextDocument
,
viewPort
:
VRange
,
token
:
CancellationToken
,
next
:
ProvideInlayHintsSignature
,
)
=>
ProviderResult
<
VInlayHint
[]
>
;
resolveInlayHint
?:
(
this
:
void
,
item
:
VInlayHint
,
token
:
CancellationToken
,
next
:
ResolveInlayHintSignature
,
)
=>
ProviderResult
<
VInlayHint
>
;
}
Type declaration
Optional
provideInlayHints
?:
(
this
:
void
,
document
:
TextDocument
,
viewPort
:
VRange
,
token
:
CancellationToken
,
next
:
ProvideInlayHintsSignature
,
)
=>
ProviderResult
<
VInlayHint
[]
>
Optional
resolveInlayHint
?:
(
this
:
void
,
item
:
VInlayHint
,
token
:
CancellationToken
,
next
:
ResolveInlayHintSignature
,
)
=>
ProviderResult
<
VInlayHint
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
vscode-languageclient
Loading...