Description
I have an situation where I got an big application and I want to refactor some Actions and thus create new ones and remove older ones. Now I would also need to somehow check where did I use all those routes created by that action. This gets really cumbersome when doing large refactoring or removing of features from big projects.
So my suggestion would be to also check if an Action, a route points to, got an @deprecated
annotated. If so then adding that to the deprecation list (maybe also for the global inspection of a project, this would be awesome). It would then (maybe) also be possible then to highlight it in the deprecated color (in my settings a red background, if something deprecated is called).
Is this feasible to get this feature implemented somehow?