Navigate to macros not working
Not sure if is a bug or a enchancement to be made.
CMD-clicking on macros calls doesn't navigate to the corresponding macro declaration. Quite strange as macros has autocompletion, so maybe it's a bug?
PHPStorm 2020.1.1 Symfony Support 0.19.193
yes, noticed it also a long time ago; resulted because of api / lexer changes on twig plugin
+1 from my side, this is really disturbing the workflow in twig templates
Seems the behavior changed (I recently upgraded from PHPStorm 2019 to 2022). Behavior got even worse:
Trying to jump to the macro timesheets_multi_update doesn't do anything.
Trying to jump to actions shows a self-defined Twig function instead of the import which was defined one line above.