Daniel Espendiller

Results 127 comments of Daniel Espendiller

@mikemand as long as you add a custom template path in settings its working. but in which project situation do you expect it actually? external packages or something else?

@tyteen4a03 example? do you need more then one level? ``` // config/app.php // config/testing/app.php ".*/config/\\w+/\\w+.php$", */config/\w+.php$" ```

> spinning up 5 instances I would be nice if on 1 instance can handle this. currently for example i am running 10-20 instances and often i am out of...

good idea. iam searching for the right syntax in different metadata all the time :)

https://github.com/Haehnchen/idea-php-shopware-plugin/issues/30

thank you, sry but as we have php attributes now and i dont want to maintainer much more "outdated" annotations i am closing this

`Find Usage` to support this is implemented nowhere, currently

field support needed for https://github.com/Haehnchen/idea-php-annotation-plugin/issues/49 so winwin copy references provides this results. first onw works, but second "constant" will break method handling. so first one is to be valid ```...