dietc.complete

Undocumented in source.

Members

Aliases

FileProvider
alias FileProvider = DietInput delegate(string name)

Delegate to provide other files that are being extended

Classes

AttributeNameComplete
class AttributeNameComplete
Undocumented in source.
AttributeValueByTagNameComplete
class AttributeValueByTagNameComplete

Finds attribute values from other tags based on a tag name such as "find id values from table elements".

AttributeValueComplete
class AttributeValueComplete
Undocumented in source.
DietComplete
class DietComplete
Undocumented in source.
EnumComplete
class EnumComplete
Undocumented in source.

Enums

CompletionType
enum CompletionType
Undocumented in source.

Functions

extractD
void extractD(DietComplete complete, size_t offset, string code, size_t codeOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
extractD
void extractD(AST root, size_t offset, string code, size_t codeOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
isPlainString
bool isPlainString(string code)
Undocumented in source. Be warned that the author may not have intended to support it.
reduceToLastIdentifier
string reduceToLastIdentifier(string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

CompletionSource
interface CompletionSource
Undocumented in source.

Static variables

doctypeCompletions
Completion[] doctypeCompletions;
Undocumented in source.
tagCompletions
Completion[] tagCompletions;
Undocumented in source.
tagInfos
const(TagInfo)[] tagInfos;
Undocumented in source.

Structs

Completion
struct Completion
Undocumented in source.
TagInfo
struct TagInfo
Undocumented in source.

Meta