Skip to content
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

Open
alexsakhnov opened this issue Feb 15, 2017 · 7 comments
Open

Find Usages on PHP-methods does not find them in twig files #872

alexsakhnov opened this issue Feb 15, 2017 · 7 comments

Comments

@alexsakhnov
Copy link

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.

@artursvonda
Copy link

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?

@reznikartem
Copy link

Bump!

@icedevelopment
Copy link

Agreed, this also makes renaming methods / attributes harder.

@robhunt3r
Copy link

bump?

@tatenen
Copy link

tatenen commented Jul 31, 2019

up

1 similar comment
@druidvav
Copy link

up

@jackbentley
Copy link

Happy to implement this if you can point me to the file that implements the reverse?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants