Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
CodeActionProvider
Interface CodeActionProvider
interface
CodeActionProvider
{
providedCodeActionKinds
?:
string
[]
;
provideCodeActions
(
model
,
range
,
context
,
token
)
:
CodeAction
[]
|
PromiseLike
<
CodeAction
[]
>
;
}
Index
Properties
provided
Code
Action
Kinds?
Methods
provide
Code
Actions
Properties
Optional
provided
Code
Action
Kinds
provided
Code
Action
Kinds
?:
string
[]
Methods
provide
Code
Actions
provide
Code
Actions
(
model
,
range
,
context
,
token
)
:
CodeAction
[]
|
PromiseLike
<
CodeAction
[]
>
Parameters
model
:
ITextModel
range
:
Range
|
Selection
context
:
CodeActionContext
token
:
CancellationToken
Returns
CodeAction
[]
|
PromiseLike
<
CodeAction
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
provided
Code
Action
Kinds
provide
Code
Actions
Theia TypeDoc
Loading...