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