v0.6.8
Added
Base snippets for common GPPL constructs. Type the prefix and press Tab to expand.
| Prefix | Expands to |
|---|---|
procedure / proc |
@name ... endp |
region / #region |
;#region ... ;#endregion |
if / ife |
if cond then ... endif |
ifelse / ifel |
if ... then ... else ... endif |
while / wh |
while cond ... endw |
call |
call @procedure_name |
cg / codegen |
{ nl, 'text' } |
Snippets for global / local with a type-choice placeholder were already available since v0.6.4.
Context-aware smart snippets (auto-fill procedure arguments from symbol table) are planned for v0.7.0.