Skip to content

KingOfTac/fast-snippets

Repository files navigation

FAST-Snippets

Useful vscode snippets for common patterns when creating Microsoft's FAST Components.

Features

  • The included snippets can automatically insert import directives for symbols that come from external packages.

Featured FAST snippets


Components created using @customElement decorator.

custom element

FAST element template definitions

template

FAST HTML Directives

slotted directive

FAST Template Bindings

event binding

More Examples

Release Notes


1.6.0

  • Reworked how the extension manages the existing document imports and how new imports get inserted.
    • Overall should be more reliable and less prone to failure

1.6.1

  • Fixed wrong syntax for when & repeat directives

1.6.2

  • Fixed wrong syntax for event bindings