Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/languages/inline-completion
InlineCompletionAdapterBase
Class InlineCompletionAdapterBase
Hierarchy (
View Summary
)
InlineCompletionAdapterBase
InlineCompletionAdapter
Index
Constructors
constructor
Methods
dispose
Completions
provide
Inline
Completions
Constructors
constructor
new
InlineCompletionAdapterBase
()
:
InlineCompletionAdapterBase
Returns
InlineCompletionAdapterBase
Methods
dispose
Completions
disposeCompletions
(
pid
:
number
)
:
void
Parameters
pid
:
number
Returns
void
provide
Inline
Completions
provideInlineCompletions
(
_resource
:
URI
,
_position
:
Position
,
_context
:
InlineCompletionContext
,
_token
:
CancellationToken
,
)
:
Promise
<
undefined
|
IdentifiableInlineCompletions
>
Parameters
_resource
:
URI
_position
:
Position
_context
:
InlineCompletionContext
_token
:
CancellationToken
Returns
Promise
<
undefined
|
IdentifiableInlineCompletions
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
dispose
Completions
provide
Inline
Completions
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...