idea-php-symfony2-plugin icon indicating copy to clipboard operation
idea-php-symfony2-plugin copied to clipboard

Navigate to macros not working

Open theredled opened this issue 5 years ago • 2 comments

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

theredled avatar May 13 '20 15:05 theredled

yes, noticed it also a long time ago; resulted because of api / lexer changes on twig plugin

Haehnchen avatar May 04 '22 18:05 Haehnchen

+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:

Bildschirmfoto 2022-06-24 um 23 06 14

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.

kevinpapst avatar Jun 24 '22 21:06 kevinpapst