This extension allows you to easily add boilerplate Nativescript/Angular files to your Visual Studio Code project
Based on code from from Sebastian Baar VS Code Add Angular2 Files and Josh Sommer vscode-add-angular-native-files
Open an issue at https://github.com/CoderTonyB/vscode-nativescript-generator/issues and I'll see what I can do about adding it. Feel free to contribute to the project there as well!
Right click on a file or a folder in your current project. In the context menu is the option to add a native script page
This command adds the following files to your new folder (let's assume you typed in home
):
home/home.component.ts
home/home.component.html
home/home.component.css
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.
MIT "# vscode-nativescript-generator"