I'm using Phpstorm 2016.3.2 and Symfony plugin 0.13.135.
I can Ctrl-click on object property {{ video.id }} in twig-file and jump to its definition in PHP-file:
public function getId() { ... }.
But when I run "Find Usages" on method Video::getId() I can't see the {{ video.id }} usage in twig file.
Bump for this. Is it something doable? Useful when checking if method is used anywhere. Since this work the other way (clicking on method to navigate to declaration), inverse should be doable too, right?
Bump!
Agreed, this also makes renaming methods / attributes harder.
bump?
up
up
Happy to implement this if you can point me to the file that implements the reverse?
Most helpful comment
up