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.
请先登录再写评论。
No way to do this currently, please follow https://youtrack.jetbrains.com/issue/WEB-43558 for updates
Thanks for the info.