An open API service indexing awesome lists of open source software.

https://github.com/htmlelements/vscode-angular-snippets

Visual Studio Code Snippets for Smart Web Components
https://github.com/htmlelements/vscode-angular-snippets

angular typescript vscode vscode-extension web-components

Last synced: 2 months ago
JSON representation

Visual Studio Code Snippets for Smart Web Components

Awesome Lists containing this project

README

          

# Angular TypeScript Snippets for VS Code

**Now includes Grid Snippets

This extension for Visual Studio Code adds snippets for Angular for TypeScript and HTML.

## Usage

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.

### TypeScript Angular Snippets

| Snippet | Purpose |
| ---------------------------- | -------------------------------------------------------------------- |
| `smart-grid-component` | grid component |
| `smart-grid-module` | grid module |

### HTML Snippets

| Snippet | Purpose |
| -------------------- | --------------------------------------------------- |
| `smart-grid` | `` control with template reference variable |

## Installation

1. Install Visual Studio Code 1.10.0 or higher
1. Launch Code
1. From the command palette `Ctrl`-`Shift`-`P` (Windows, Linux) or `Cmd`-`Shift`-`P` (OSX)
1. Select `Install Extension`
1. Choose the extension
1. Reload Visual Studio Code