diet-complete ~master (2021-12-23T12:39:56.512012)
Dub
Repo
AttributeNameComplete
dietc
complete
Undocumented in source.
class
AttributeNameComplete :
CompletionSource
{
const
TagInfo
[]
tagInfos
;
this
(TagInfo[] tagInfos);
const
(
Completion
)[]
complete
(string identifier, AST[] context, DietComplete , size_t );
}
Constructors
this
this
(TagInfo[] tagInfos)
Undocumented in source.
Members
Functions
complete
const
(
Completion
)[]
complete
(string identifier, AST[] context, DietComplete , size_t )
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
tagInfos
TagInfo
[]
tagInfos
;
Undocumented in source.
Inherited Members
From CompletionSource
complete
const
(
Completion
)[]
complete
(string identifier, AST[] context, DietComplete engine, size_t offset)
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