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

Enable "Go to related files" for Symfony2 plugin #191

Closed
bartosz-zasada opened this issue Dec 4, 2013 · 2 comments
Closed

Enable "Go to related files" for Symfony2 plugin #191

bartosz-zasada opened this issue Dec 4, 2013 · 2 comments

Comments

@bartosz-zasada
Copy link

There is a "Go to related file" action in PhpStorm (Ctrl+Alt+Home) that never seems to work with anything. However, Symfony2 plugin places an annotation "related files" next to controller action methods with known route and template. It would be awesome if Ctrl+Alt+Home worked in exactly the same way as clicking the annotation, so that I don't have to use mouse to use this feature.

@Haehnchen
Copy link
Owner

yes there are is only one possible goto "visitPhpInclude" :).
i will check if api is open for plugin...

<gotoRelatedProvider implementation="com.jetbrains.php.navigation.PhpGotoRelatedProvider"/>
<relatedToPhpFilesContributor implementation="com.jetbrains.php.navigation.IncludedToPhpFilesContributor"/>

@Haehnchen
Copy link
Owner

i only fire same event as line marker, if some more targets make sense, just write comment...

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

No branches or pull requests

2 participants