Wish Multiple Module Generation

LWGShane

Well-Known Member
Licensed User
Longtime User
I'm wondering if it's possible to include the option to generate multiple modules at once.

How it would work: Using the current way to add modules, have each module be separated by a comma. So for example, if you go to add a module and want to add a total of three: Form1Module, Form2Module, Form3Module. Clicking "Add" would add all three modules.

This would be extremely useful for the MVC design pattern. So, taking "Form1" from the above example: "Form1Model, Form1View, Form1Controller" would create those modules all at once.
 
Top