How to create several files from "new" in context menu
I want to create components faster with next steps:
- Select target folder where I want new component
- Right click on that folder -> "new" -> "Component"
- Then enter component name
- Then get 4 files, like:
component-name.html
component-name.less
ComponentName.ts
ComponentNameController.ts

If this not possible with "templates" maybe I can add button in context menu to some shell-script?
Please sign in to leave a comment.
Related request: https://youtrack.jetbrains.com/issue/IDEA-141225.