You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolution doesn't work with the following notation: {% extends 'MyBundle::_layout/content/profile.html.twig' %}
Says "Missing template"
If I change to {% extends 'MyBundle:_layout:content/profile.html.twig' %}
"Missing" message disappears, but ctrl+mouseover throws an exception:
Null target element is returned by fr.adrienbrault.idea.symfony2plugin.templating.TwigTemplateGoToDeclarationHandler
If I change to {% extends 'MyBundle:_layout/content:profile.html.twig' %}
it works, but on ctrl+mouseover there are 2 underlined parts - one before slash and the second after slash
phpstorm 131.487, plugin 0.10.32
The text was updated successfully, but these errors were encountered:
Resolution doesn't work with the following notation:
{% extends 'MyBundle::_layout/content/profile.html.twig' %}
Says "Missing template"
If I change to
{% extends 'MyBundle:_layout:content/profile.html.twig' %}
"Missing" message disappears, but ctrl+mouseover throws an exception:
If I change to
{% extends 'MyBundle:_layout/content:profile.html.twig' %}
it works, but on ctrl+mouseover there are 2 underlined parts - one before slash and the second after slash
phpstorm 131.487, plugin 0.10.32
The text was updated successfully, but these errors were encountered: