diet-complete ~master (2021-12-23T12:39:56.512012)
Dub
Repo
Completion
dietc
complete
Undocumented in source.
struct
Completion {
CompletionType
type
;
string
text
;
string
definition
;
string
documentation
;
string
referenceFile
;
size_t
[
2
]
referenceRange
;
bool
preselected
;
auto
preselect
();
static immutable
const
(
Completion
)[]
completeD
;
}
Members
Functions
preselect
auto
preselect
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
completeD
const
(
Completion
)[]
completeD
;
Undocumented in source.
Variables
definition
string
definition
;
Undocumented in source.
documentation
string
documentation
;
Undocumented in source.
preselected
bool
preselected
;
Undocumented in source.
referenceFile
string
referenceFile
;
Undocumented in source.
referenceRange
size_t
[
2
]
referenceRange
;
Undocumented in source.
text
string
text
;
Undocumented in source.
type
CompletionType
type
;
Undocumented in source.
Meta
Source
See Implementation
dietc
complete
aliases
FileProvider
classes
AttributeNameComplete
AttributeValueByTagNameComplete
AttributeValueComplete
DietComplete
EnumComplete
enums
CompletionType
functions
extractD
isPlainString
reduceToLastIdentifier
interfaces
CompletionSource
static variables
doctypeCompletions
tagCompletions
tagInfos
structs
Completion
TagInfo