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
I'm using Phpstorm 2016.3.2 and Symfony plugin 0.13.135.
The autocompletion for constant macro works with if : {% if appointment.status == constant('AppBundle\\Document\\Appointment::STATUS_ACCEPTED') %} (STATUS_ACCEPTED completion)
But does not work when it's an elseif : {% elseif appointment.status == constant('AppBundle\\Document\\Appointment::STATUS_REFUSED') %}
P.S. : same for goto def.
The text was updated successfully, but these errors were encountered:
I'm using Phpstorm 2016.3.2 and Symfony plugin 0.13.135.
The autocompletion for constant macro works with
if
:{% if appointment.status == constant('AppBundle\\Document\\Appointment::STATUS_ACCEPTED') %}
(STATUS_ACCEPTED completion)But does not work when it's an
elseif
:{% elseif appointment.status == constant('AppBundle\\Document\\Appointment::STATUS_REFUSED') %}
P.S. : same for goto def.
The text was updated successfully, but these errors were encountered: