staempfli / magento2-code-generator

Code generator for Magento 2
250 stars 58 forks source link

Feature/eav attribute #16

Closed schnumsel closed 6 years ago

schnumsel commented 6 years ago

Hi there,

I was playing arround with your great generator tool while learning magento2. Since I need it for my first module to transfer I created a little template for the automatic generation of an eav-attribute. If desired you can just merge it. If I should merge it in development branch first or so, just tell me.

Best regards,

Willi

jalogut commented 6 years ago

Hi @schnumsel

Here I have the same opinion as for the other PR. Template in this generator are meant for several files. For blocks of code, I would use the magento2-phpstorm-templates

In fact there is already a live template for Product attributes. You can check the template "2magento eav attribute product" in PHPStorm.

I would be great if you could add 2 new ones for the phpstorm tool:

Let me know what you think, or if you need support with that.