Skip to content

venkatesh87/vscode-angular2-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Code Angular2 Typescript Files Generator

This extension allows you to add Angular2 typescript files including snippets to your VS Code project.

Inspired by [Angular-CLI] (https://github.com/angular/angular-cli), Dominik Kundel's - Advanced New File - Visual Studio Code Extension and John Papa's Angular 2 TypeScript Snippets for VS Code.

Forked fromSebastian Baar VS Code Add Angular2 Files

VS Code Angular2 Typescript

Changelog

1.0.0

  • Integrated angular-cli for file generation

Features

Right click on a file or a folder in your current project. You can find multiple options been added to the context menu:

Menu Options
New Component
New Directive
New Pipe
New Service
New Module
Menu Options
New Class
New Interface
New Enum

The naming of the files as well as the (boilerplate) snippets are based on the official Angular2 Style Guide

Installation

  1. Install Visual Studio Code 1.5.0 or higher
  2. Launch Code
  3. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
  4. Select Install Extension
  5. Type angular2 typescript and press enter
  6. Reload Visual Studio Code

Disclaimer

Important: This extension due to the nature of it's purpose will create files on your hard drive and if necessary create the respective folder structure. While it should not override any files during this process, I'm not giving any guarantees or take any responsibility in case of lost data.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published