Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
CompletionDto
Interface CompletionDto
interface
CompletionDto
{
additionalTextEdits
?:
SingleEditOperation
[]
;
command
?:
Command
;
commitCharacters
?:
string
[]
;
deprecated
?:
boolean
;
detail
?:
string
;
documentation
?:
string
|
MarkdownString
;
filterText
?:
string
;
id
:
number
;
insertText
:
string
;
insertTextRules
?:
CompletionItemInsertTextRule
;
kind
:
CompletionItemKind
;
label
:
string
|
CompletionItemLabel
;
label2
?:
string
;
parentId
:
number
;
preselect
?:
boolean
;
range
?:
Range
|
{
insert
:
Range
;
replace
:
Range
;
}
;
sortText
?:
string
;
tags
?:
Deprecated
[]
;
}
Hierarchy (
view full
)
Completion
CompletionDto
Index
Properties
additional
Text
Edits?
command?
commit
Characters?
deprecated?
detail?
documentation?
filter
Text?
id
insert
Text
insert
Text
Rules?
kind
label
label2?
parent
Id
preselect?
range?
sort
Text?
tags?
Properties
Optional
additional
Text
Edits
additional
Text
Edits
?:
SingleEditOperation
[]
Optional
command
command
?:
Command
Optional
commit
Characters
commit
Characters
?:
string
[]
Optional
deprecated
deprecated
?:
boolean
Deprecated
use tags instead.
Optional
detail
detail
?:
string
Optional
documentation
documentation
?:
string
|
MarkdownString
Optional
filter
Text
filter
Text
?:
string
id
id
:
number
insert
Text
insert
Text
:
string
Optional
insert
Text
Rules
insert
Text
Rules
?:
CompletionItemInsertTextRule
kind
kind
:
CompletionItemKind
label
label
:
string
|
CompletionItemLabel
Optional
label2
label2
?:
string
parent
Id
parent
Id
:
number
Optional
preselect
preselect
?:
boolean
Optional
range
range
?:
Range
|
{
insert
:
Range
;
replace
:
Range
;
}
Type declaration
insert
:
Range
replace
:
Range
Optional
sort
Text
sort
Text
?:
string
Optional
tags
tags
?:
Deprecated
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
additional
Text
Edits
command
commit
Characters
deprecated
detail
documentation
filter
Text
id
insert
Text
insert
Text
Rules
kind
label
label2
parent
Id
preselect
range
sort
Text
tags
Theia TypeDoc
Loading...
Deprecated
use tags instead.