-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find Usages on PHP-methods does not find them in twig files #872
Comments
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 |
1 similar comment
up |
Happy to implement this if you can point me to the file that implements the reverse? |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: