SmartSnippetProvider

Undocumented in source.

Members

Functions

ndForeach
Snippet ndForeach(int n, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
provideSnippets
Future!(Snippet[]) provideSnippets(WorkspaceD.Instance instance, const(char)[] file, const(char)[] code, int position, SnippetInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
resolveSnippet
Future!Snippet resolveSnippet(WorkspaceD.Instance instance, const(char)[] file, const(char)[] code, int position, SnippetInfo info, Snippet snippet)
Undocumented in source. Be warned that the author may not have intended to support it.
simpleForeach
Snippet simpleForeach(string name, string type)
Undocumented in source. Be warned that the author may not have intended to support it.
stringIterators
Snippet stringIterators(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SnippetProvider

provideSnippets
Future!(Snippet[]) provideSnippets(WorkspaceD.Instance instance, const(char)[] file, const(char)[] code, int position, SnippetInfo info)
Undocumented in source.
resolveSnippet
Future!Snippet resolveSnippet(WorkspaceD.Instance instance, const(char)[] file, const(char)[] code, int position, SnippetInfo info, Snippet snippet)
Undocumented in source.

Meta