/angular2-typescript-helper

angular2 添加文件(component,module等), 删除文件。。。

Primary LanguageTypeScriptMIT LicenseMIT

VS Code Angular 2 Typescript Helper

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.

Install and Package

Install

npm install -g vsce
npm install

Package

npm run vsce:package

Publish

npm run vsce:publish

Changelog

1.0.1

Add Menu to editor/context

Add Modules (component, module and routing)

1.0.0

Now Updated for Angular 2.0.0 release

Add Angular2 Files

  1. Ctrl + Shift + p: typed in AddNg2Files:
  2. This extension for Visual Studio Code adds snippets for Angular 2 for TypeScript and HTML.
  3. When you define an inline template or inline style sheet using the backtick character(` ) the content will be highlighted.

Contributors

Front Y

License

MIT