This extension allows you to add Angular2 typescript files including snippets to your VS Code project.
Inspired by Sebastian Baar's Angular2 Add Files for VS Code.
npm install -g vsce
npm install
npm run vsce:package
npm run vsce:publish
Add Menu to editor/context
Add Modules (component, module and routing)
Now Updated for Angular 2.0.0 release
Ctrl + Shift + p:
typed inAddNg2Files:
- This extension for Visual Studio Code adds snippets for Angular 2 for TypeScript and HTML.
- When you define an inline template or inline style sheet using the backtick character(` ) the content will be highlighted.
MIT