Jiferpl
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Twig -> Stimulus -> jump to
There is stimulus plugin for idea that allows to type hint and jump from html attributes to stimulus controllers. This works really good. You can jump from your twig template straight into stimulus... -
Created Structural replace method parameter name
Hi there.We have entity name with quite long name MyVeryLongEntityNameEntity. This entity is used everywhere in quite large project.There are thousands of methods that contains it as parameter like... -
Created PHPStorm intentions 'Initialize field' option from all methods (non __construct)
In our projects we inject data via single method `->populate($param,$param2...)`. This is because of symfony DI where all required services has to be type-hinted in constructor. We build action obj...