Snippets for the Teddy templating engine for Visual Studio Code.
See Teddy's GitHub page on how to write Teddy templates.
The included snippets include the following features:
<include>
<arg>
<if>
<elseif>
<else>
<unless>
<elseunless>
one-line if statement
<loop>
<cache>
- Install dependencies:
npm ci
- Create extension:
vsce package
- Install extension:
code --install-extension *.vsix
- Cycling through changes to the extension quickly:
vsce package && code --install-extension *.vsix && code