Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc-model
InlayHintsProvider
Interface InlayHintsProvider
interface
InlayHintsProvider
{
onDidChangeInlayHints
?:
Event
<
void
>
;
provideInlayHints
(
model
:
ITextModel
,
range
:
Range
,
token
:
CancellationToken
,
)
:
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
;
resolveInlayHint
?
(
hint
:
InlayHint
,
token
:
CancellationToken
,
)
:
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
;
}
Index
Properties
on
Did
Change
Inlay
Hints?
Methods
provide
Inlay
Hints
resolve
Inlay
Hint?
Properties
Optional
on
Did
Change
Inlay
Hints
onDidChangeInlayHints
?:
Event
<
void
>
Methods
provide
Inlay
Hints
provideInlayHints
(
model
:
ITextModel
,
range
:
Range
,
token
:
CancellationToken
,
)
:
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
Parameters
model
:
ITextModel
range
:
Range
token
:
CancellationToken
Returns
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
Optional
resolve
Inlay
Hint
resolveInlayHint
?
(
hint
:
InlayHint
,
token
:
CancellationToken
,
)
:
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
Parameters
hint
:
InlayHint
token
:
CancellationToken
Returns
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Did
Change
Inlay
Hints
Methods
provide
Inlay
Hints
resolve
Inlay
Hint
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...