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
When using PhpStorm 10, controllers had an annotation (not sure whether it is the right name) allowing to access the associated route definition. In PhpStorm 2016.1, this does not appear anymore (I'm using Yaml for my route definitions)
The text was updated successfully, but these errors were encountered:
Have you tried clearing the caches through settings, Languages & Frameworks, Symfony? I can still see the icon next to the PHP code, and clicking it opens the yml file
thats because of the continuous yaml plugin migration. without a change in files or a forced index rebuild the new values dont make it. commit will force a index rebuild in next release
When using PhpStorm 10, controllers had an annotation (not sure whether it is the right name) allowing to access the associated route definition. In PhpStorm 2016.1, this does not appear anymore (I'm using Yaml for my route definitions)
The text was updated successfully, but these errors were encountered: