How can I deprecate an angular directive/component so that it strikes through the related html tag or attribute?

I am using 

/**
* @deprecated message here
*/

To mark some code as deprecated that we can't just immediately remove for reasons.
I would like the related html tags and attributes selects to have a strike through to more easily show that this is using an old version and should probably be updated like it would if used in classes.

0
2 comments

No way to do this currently, please follow https://youtrack.jetbrains.com/issue/WEB-43558 for updates

0

Thanks for the info.

0

Please sign in to leave a comment.