We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I update PhpStorm to PhpStorm 9 and install Symfony 2 plugin, I can not use "Ctrl + B" to go to js and css files in twig asset function:
Error: "Cannot find declaration to go to"
All checkboxes in Symfony 2 plugin settings are enabled. In PhpStorm 8 it is ok, but in PhpStorm 9 it does not work.
The text was updated successfully, but these errors were encountered:
I can confirm. I have the same issue.
Sorry, something went wrong.
I have the same issue.
refactoring and fixing assets handling in PhpStorm9 #551
4ae1654
No branches or pull requests
When I update PhpStorm to PhpStorm 9 and install Symfony 2 plugin, I can not use "Ctrl + B" to go to js and css files in twig asset function:
<script src="{{ asset('bundles/projectmain/js/base.js') }}"></script>Error: "Cannot find declaration to go to"
All checkboxes in Symfony 2 plugin settings are enabled.
In PhpStorm 8 it is ok, but in PhpStorm 9 it does not work.
The text was updated successfully, but these errors were encountered: