Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
CodeLensMiddleware
Interface CodeLensMiddleware
interface
CodeLensMiddleware
{
provideCodeLenses
?:
(
this
:
void
,
document
:
TextDocument
,
token
:
CancellationToken
,
next
:
ProvideCodeLensesSignature
,
)
=>
ProviderResult
<
CodeLens
[]
>
;
resolveCodeLens
?:
(
this
:
void
,
codeLens
:
CodeLens
,
token
:
CancellationToken
,
next
:
ResolveCodeLensSignature
,
)
=>
ProviderResult
<
CodeLens
>
;
}
Index
Properties
provide
Code
Lenses?
resolve
Code
Lens?
Properties
Optional
provide
Code
Lenses
provideCodeLenses
?:
(
this
:
void
,
document
:
TextDocument
,
token
:
CancellationToken
,
next
:
ProvideCodeLensesSignature
,
)
=>
ProviderResult
<
CodeLens
[]
>
Optional
resolve
Code
Lens
resolveCodeLens
?:
(
this
:
void
,
codeLens
:
CodeLens
,
token
:
CancellationToken
,
next
:
ResolveCodeLensSignature
,
)
=>
ProviderResult
<
CodeLens
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
provide
Code
Lenses
resolve
Code
Lens
vscode-languageclient
Loading...