When I was searching for the usage location of a method, the class that had already been marked as deprecated was not marked, which was a bit unfriendly

已回答
1
Hi @3121007407, marking a class or method `@Deprecated` doesn't implicitly prevent other classes or methods from using it. It is there for informational purposes.
Find Usages displays all places where the target method is called, regardless of the context (deprecated or not).
0

hi Jerome Guan, can add a option to strikeout the class which was marked ‘@deprecated’? 

0
Hi @3121007407, thanks for your suggestion. We will consider if more users have the same request.
0

请先登录再写评论。