served.utils.diet

Undocumented in source.

Members

Functions

contextExtractD
void contextExtractD(DietComplete completion, size_t offset, string code, size_t dOffset, bool extractContext)
Undocumented in source. Be warned that the author may not have intended to support it.
mapToCompletionItemKind
vscode.CompletionItemKind mapToCompletionItemKind(CompletionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
searchDietTemplateUsage
ptrdiff_t searchDietTemplateUsage(const(char)[] code, const(char)[] dietFile)
Undocumented in source. Be warned that the author may not have intended to support it.
updateDietFile
DietComplete updateDietFile(string file, string content)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dietFileCache
DietComplete[string] dietFileCache;
Undocumented in source.

Meta