dlsplus ~master (2021-10-07T21:43:54.9331894)
Dub
Repo
CompletionItem.this
dls
protocol
interfaces
text_document
CompletionItem
Undocumented in source.
class
CompletionItem
@
safe
pure nothrow
this
(
string
label
=
string.init
,
Nullable
!
CompletionItemKind
kind
=
Nullable
!
CompletionItemKind.init
,
Nullable
!
string
detail
=
Nullable
!
string.init
,
Nullable
!
MarkupContent
documentation
=
Nullable
!
MarkupContent.init
,
Nullable
!bool
deprecated_
=
Nullable
!bool.
init
,
Nullable
!
string
sortText
=
Nullable
!
string.init
,
Nullable
!
string
filterText
=
Nullable
!
string.init
,
Nullable
!
string
insertText
=
Nullable
!
string.init
,
Nullable
!
InsertTextFormat
insertTextFormat
=
Nullable
!
InsertTextFormat.init
,
Nullable
!
TextEdit
textEdit
=
Nullable
!
TextEdit.init
,
Nullable
!(
TextEdit
[])
additionalTextEdits
=
Nullable
!(
TextEdit
[]).
init
,
Nullable
!(
string
[])
commitCharacters
=
Nullable
!(
string
[]).
init
,
Nullable
!
Command
command
=
Nullable
!
Command.init
,
Nullable
!
JSONValue
data
=
Nullable
!
JSONValue.init
)
Meta
Source
See Implementation
dls
protocol
interfaces
text_document
CompletionItem
constructors
this
variables
additionalTextEdits
command
commitCharacters
data
deprecated_
detail
documentation
filterText
insertText
insertTextFormat
kind
label
labelDetails
preselect
sortText
textEdit