Simple instructions on how to install Angular 2 TypeScript and HTML snippets in Visual Studio Code.
- Download VS Code from https://code.visualstudio.com/start
- Now we need to install [Dan Wahlin's Angular2 Snippets](https://marketplace.visualstudio.com/items?itemName=danwahlin.angular2-snippets), to do so, launch the VS Code and open Command Pallete:
On Windows: Select Ctrl+P
On Mac: Select ⌘+P
- Once opened, type:
ext install angular2-snippets
- Then press 'Install Extension' button:
- Restart Visual Studio Code
- After restarting the VS CODE editor, open any TypeScript file and type the **`a2`** prefix to see the snippets (makes life a bit easier):
Enjoy!