**Now includes Grid Snippets
This extension for Visual Studio Code adds snippets for Angular for TypeScript and HTML.
Type part of a snippet, press enter, and the snippet unfolds.
Alternatively, press Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to activate snippets from within the editor.
Command Palette Commands
| Command |
Purpose |
| express: Add simple Express server file to workspace |
Adds Node.js express server |
| Snippet |
Purpose |
smart-grid-component |
grid component |
smart-grid-module |
grid module |
| Snippet |
Purpose |
smart-grid |
<smart-grid> control with template reference variable |
- Install Visual Studio Code 1.10.0 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