Aurelia 1.0 Snippets for VS Code
An extension for VSCode snippets for Typescript and HTML.
Usage
Type au... press enter , and the snippet unfolds.
Typescript Snippets
au-router // Aurelia basic router
au-service // Aurelia service template
au-computed // Aurelia computed property
au-value // Aurelia valueChanged method
HTML Snippets
au-if.bind // Aurelia if snippet
au-value.bind // Aurelia value.bind snippet
au-checked.bind // Aurelia checked binding snippet
au-require // Aurelia require snippet
au-template // Aurelia template snippet
au-show // Aurelia show binding snippet
Installation
- Install Visual Studio Code 0.10.1 or higher
- Launch Code
- From the command palette
Ctrl -Shift -P (Windows, Linux) or Cmd -Shift -P (OSX)
- Select
Install Extension
- Choose the extension
- Reload Visual Studio Code
| |