AttributeValueByTagNameComplete

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

Constructors

this
this(string attribute, string tag)
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

attribute
string attribute;
tag
string tag;
Undocumented in source.

Inherited Members

From CompletionSource

complete
const(Completion)[] complete(string identifier, AST[] context, DietComplete engine, size_t offset)
Undocumented in source.

Meta