Skip to content

[editor] Strike services when classes are annotate as @deprecated #375

@maphe

Description

@maphe

It would be a good thing to visualize a deprecated service by striking it, like phpstorm already does for deprecated methods.

Ex:
$container->(~~'deprecated.service'~~);

(sorry, can't combine code and strike with markdown)
or in yml injection:

my.service
    class: MyClass
    arguments:
        - ~~@deprecated.service~~

I suggest to inspect if a @deprecated tag is associate to the relative class in the container.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions