denofevil / AureliaStorm

This plugin brings support for Aurelia framework to the IntelliJ platform
MIT License
35 stars 6 forks source link

refactoring: extract custom element from html template #19

Open atsu85 opened 7 years ago

atsu85 commented 7 years ago

Would be nice, if it was possible to select chunk of html from existing Aurelia html template and after entering path and basename of the extracted custom element, it should create new custom elemenet (html and TypeScript) files.

There is a menu item, that seems to be meant just for that (maybe it works for JSP or other technologies?): Refactor -> Extract -> Extract include file