Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
ImplementationMiddleware
Interface ImplementationMiddleware
interface
ImplementationMiddleware
{
provideImplementation
?:
(
this
:
void
,
document
:
TextDocument
,
position
:
Position
,
token
:
CancellationToken
,
next
:
ProvideImplementationSignature
,
)
=>
ProviderResult
<
Definition
|
LocationLink
[]
>
;
}
Index
Properties
provide
Implementation?
Properties
Optional
provide
Implementation
provideImplementation
?:
(
this
:
void
,
document
:
TextDocument
,
position
:
Position
,
token
:
CancellationToken
,
next
:
ProvideImplementationSignature
,
)
=>
ProviderResult
<
Definition
|
LocationLink
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
provide
Implementation
vscode-languageclient
Loading...