Skip to content
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

Controllers are not annotated with routes anymore #725

Closed
stof opened this issue Apr 29, 2016 · 3 comments
Closed

Controllers are not annotated with routes anymore #725

stof opened this issue Apr 29, 2016 · 3 comments
Labels

Comments

@stof
Copy link
Contributor

stof commented Apr 29, 2016

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)

@NicoHaase
Copy link

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

@stof
Copy link
Contributor Author

stof commented May 3, 2016

yeah, I saw it on some controllers too. I'm not sure why one of them was not having the annotation at that time.

@Haehnchen
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants