laravel-idea / plugin

Laravel Idea plugin for PhpStorm
https://laravel-idea.com/
166 stars 7 forks source link

[Bug]: Code generation not creating child files #750

Open walterdis opened 1 year ago

walterdis commented 1 year ago

Bug description

Hi,

I have created a UseCase file template with a child file (UseCaseInterface). When I use the PHPStorm generator, it creates both files, but when I use the Laravel Idea generator, it does not.

I am not sure if I am doing something wrong or if it is not implemented.

Thank you.

image

Plugin version

7.0.1.231

Operating system

Windows

Steps to reproduce

No response

Relevant log output

No response

Pseudorizer commented 1 month ago

This is the one thing preventing me from using custom code generation instead of PhpStorm's templates