Schematics ExtensionHandling schematics cli commands via VSCode Graphical User Interface. Inspired by Angular Schematics. Schematics Extension is based on Schematics CLI to generate boilerplate code and file, so you can use it without angular project and node_modules to generate any code boilerplate in any place. Guide1. Extension Settings:Setting node_modules schematics projectname or your schematics project path in vscode settings.
Settings for node_modules can only use your schematics at nodejs project or other project with node_modules.
2. Getting start Schematics via GUI:You can start use schematics cli via three places:
Support schema.json's property typesSchema.json's Properties
X-prompt's Properties
RequirementsVSCodeSchematics Extension requires Visual Studio Code version >= 1.39. Schematics cliinstall your schematics cli first.
DetailsSchematics Extension will be auto actived when entering languages files as follow:
If your extension is not actived, you can manual trigger it by lanunching our custom command in palatte such as :
or by right-clicking your file under explorer then select our custom command item. Release Notes1.0.0 - rc (2019/11/26)support more schema.json's properties type.
1.0.0 - Beta (2019/11/17)Hello World Schematics Extension! |