-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Deprecated class is not strike-out in the annotations suggested classes. #156
Comments
Interesting proposition 👍 |
Also phpStorm puts deprecated classes LAST, can you do that? :-) |
Hmm.. also interesting. Please open another ticket so we don't forget :) |
Thanks for considering it :) |
This was referenced Nov 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
forked from Twitter here: https://twitter.com/myPhilTaylor/status/1192825455105191938
I believe that the annotations plugin is at fault - Im guessing.
Basically when starting an annotation in Symfony project for
@Route
I would expect to see the deprecated class name striked-out and the non deprecated class name as normal.Please watch this video to understand the problem: http://screenshot.myjoom.la/7beee936aeb2
The video first shows how the deprecated class shows when writing PHP code,
Secondly it shows the same list of classes when in an annotation
The difference between them is that the deprecated class is not strike-out in the annotations suggested classes.
Is this an annotations plugin issue or a phpstorm issue?
The text was updated successfully, but these errors were encountered: