-
-
Notifications
You must be signed in to change notification settings - Fork 137
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: Missing Template #1000
Comments
(I add: all other templates in the same controller solve to correct names - also, if I rename my edit.html.twig template to ed.html.twig Symfony plugin stops complaining but, obviously, application stops working as the correctly named template is not found) |
I've got the same issue with an action named P.S.: This is with PHPStorm 2017.2.1 and Symfony Plugin v0.14.150. |
This looks like a duplicate of #999 |
done |
(sorry, I searched about this but I found similar issues but without solution)
This code in a Controller:
/**
*/
public function editAction($id, Request $request)
{
gives me the message "Missing Template" but edit.html.twig does exist and if I try to follow the proposed action it asks me to create a template named ed.html.twig.
The text was updated successfully, but these errors were encountered: