SerializablePlainSnippet

Undocumented in source.

Members

Variables

documentation
string documentation;

Markdown documentation for this snippet

imports
string[] imports;

List of imports that should get imported with this snippet. (done in resolveComplete)

levels
int[] levels;

Grammar scopes in which to complete this snippet. Maps to workspaced.com.snippets:SnippetLevel

plain
string plain;

Plain text to insert assuming global level indentation. Optional if snippet is a simple string only using plain variables and snippet locations.

shortcut
string shortcut;

Shortcut to type for this snippet

snippet
string snippet;

Text with interactive snippet locations to insert assuming global indentation.

title
string title;

Label for this snippet.

unformatted
bool unformatted;

true if this snippet shouldn't be formatted before inserting.

Meta