-
-
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
Twig path directory separator must be "\" to be clickable #995
Labels
Comments
well, the second one is the right path anyway. Namespace separators are |
Haehnchen
added a commit
that referenced
this issue
Aug 22, 2017
…ted code Twig path directory separator must be "\" to be clickable #995
Haehnchen
added a commit
that referenced
this issue
Aug 22, 2017
…ted code Twig path directory separator must be "\" to be clickable #995
Haehnchen
added a commit
that referenced
this issue
Aug 22, 2017
…ted code Twig path directory separator must be "\" to be clickable #995
Haehnchen
added a commit
that referenced
this issue
Aug 22, 2017
…ted code Twig path directory separator must be "\" to be clickable #995
both is supported now and tested but PHP namespace still wins for completion |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inside twig template:
This path is not clickable:
{{ render(controller('Vendor:Folder/Controller:action')) }}
This path is clickable:
{{ render(controller('Vendor:Folder\Controller:action')) }}
Env:
PhpStorm 2017.2.1
Build #PS-172.3544.41, built on August 2, 2017
JRE: 1.8.0_152-release-915-b6 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Symfony plugin Version: 0.14.150
The text was updated successfully, but these errors were encountered: