Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/languages/inlay-hints
InlayHintsAdapter
Class InlayHintsAdapter
Index
Constructors
constructor
Methods
provide
Inlay
Hints
release
Hints
resolve
Inlay
Hint
Constructors
constructor
new
InlayHintsAdapter
(
provider
:
InlayHintsProvider
,
documents
:
DocumentsExtImpl
,
commands
:
CommandRegistryImpl
,
)
:
InlayHintsAdapter
Parameters
provider
:
InlayHintsProvider
documents
:
DocumentsExtImpl
commands
:
CommandRegistryImpl
Returns
InlayHintsAdapter
Methods
provide
Inlay
Hints
provideInlayHints
(
resource
:
URI
,
range
:
Range
,
token
:
CancellationToken
,
)
:
Promise
<
undefined
|
InlayHintsDto
>
Parameters
resource
:
URI
range
:
Range
token
:
CancellationToken
Returns
Promise
<
undefined
|
InlayHintsDto
>
release
Hints
releaseHints
(
id
:
number
)
:
Promise
<
void
>
Parameters
id
:
number
Returns
Promise
<
void
>
resolve
Inlay
Hint
resolveInlayHint
(
id
:
ChainedCacheId
,
token
:
CancellationToken
,
)
:
Promise
<
undefined
|
InlayHint
>
Parameters
id
:
ChainedCacheId
token
:
CancellationToken
Returns
Promise
<
undefined
|
InlayHint
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
provide
Inlay
Hints
release
Hints
resolve
Inlay
Hint
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...