Daniel Espendiller
Daniel Espendiller
https://blog.jetbrains.com/phpstorm/2024/04/phpstorm-2024-1-is-now-available/#support-for-symfony’s-assetmapper closed. asset mapper is include in PhpStorm itself, features should go directly into their issue tracker.
yeah, watching the symfony ux with interest. Its an area that will get some love. So feel free to throw in ideas :)
> Ctrl + Click through to either the component class and/or template :heavy_check_mark: > anonymous components :heavy_check_mark: via https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/2264 The ux component itself add some changes related to namespaces, the...
sry totally missed this request. fyi: I have have still in mind, that relations inside php attributes changed "somehow or simplified" in Doctrine. Its already on my todo list to...
@soltmar i just added your case.
`#Route:key` are not supported, can u give me some real life code snippets? iam currently extracting all that stuff into an external plugin because its not only related to symfony2....
found also this one: ``` php return $this->get('oro_ui.router')->redirectAfterSave( ['route' => 'orocrm_call_update', 'parameters' => ['id' => $entity->getId()]], ['route' => 'orocrm_call_index'], $entity ); ```
its not easy to resolve / find this values without much effort there. now there is an additional check to use the parent namespace for scoping existing classes. that's what...
This relies on PhpStorm feature explicitly added for this plugin. As its often breaks in EAP releases, it can just be monitored here for now. Neverless feel free to open...
also a ping on the issue tracker from myside, its getting then more attraction.