Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-code-completion
AICodeInlineCompletionsProvider
Class AICodeInlineCompletionsProvider
Implements
InlineCompletionsProvider
Index
Constructors
constructor
Properties
agent
agent
Service
Methods
free
Inline
Completions
provide
Inline
Completions
Constructors
constructor
new AICode
Inline
Completions
Provider
(
)
:
AICodeInlineCompletionsProvider
Returns
AICodeInlineCompletionsProvider
Properties
Protected
Readonly
agent
agent
:
CodeCompletionAgent
Private
Readonly
agent
Service
agent
Service
:
AgentService
Methods
free
Inline
Completions
free
Inline
Completions
(
completions
)
:
void
Parameters
completions
:
InlineCompletions
<
InlineCompletion
>
Returns
void
provide
Inline
Completions
provide
Inline
Completions
(
model
,
position
,
context
,
token
)
:
Promise
<
undefined
|
InlineCompletions
<
InlineCompletion
>
>
Parameters
model
:
ITextModel
position
:
Position
context
:
InlineCompletionContext
token
:
CancellationToken
Returns
Promise
<
undefined
|
InlineCompletions
<
InlineCompletion
>
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
agent
agent
Service
free
Inline
Completions
provide
Inline
Completions
Theia TypeDoc
Loading...