Can Intellij generate enum/method usage report?

已回答

Hi,

I have a enum class with many enums, I can easily see their usage (in which class, which method, which line being used) in the IDE, is there a way to generate a report of usage information of all the enums?

0

Hello, there's no such functionality in IDEA, but maybe you can use IDEA's scripting console or create a plugin.

0

请先登录再写评论。