-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
GoTo template fails for vendor templates #180
Comments
also checked see #181 |
this occured for me since the update to PhpStorm 7, and the folder is registered properly in the list of templates. I think it is related to the fact that enabled the composer integration in a project now marks the vendor folders as libraries instead of being considered as project files |
@Haehnchen why is it tagged as invalid ? |
same as #181 "Invalidate Cache" can u recheck? |
I checked again. and do you have the composer integration enabled in your project ? as said in my previous comment, I think it is related to the way the composer integration changed between PhpStorm 6 and 7 |
it looks like its related to phpstorm eap7 |
phpstorm 7 is not an EAP anymore :) |
there is a already a new eap :) |
…hpstorm 7.1, use another FileBasedIndex collection #180
…undle and vendor file scanner #180
For templates provided by vendor packages, the GoTo fails.
to test it, use the following template in a Symfony2 project:
form_div_layout.html.twig
is available in the Twig bridge and the path is registered by TwigBundle.Note that the path itself is properly detected by the plugin as it appears in the settings in the list of Twig paths
The text was updated successfully, but these errors were encountered: