Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>TeddyNew to Visual Studio Code? Get it now.
Teddy

Teddy

Roosevelt Framework Team

|
85 installs
| (0) | Free
Support for the Teddy templating language in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-teddy

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>

Development

  • 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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft