Can Intellij generate enum/method usage report?

Answered

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
1 comment
Avatar
Sergei Riabinin

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

0

Please sign in to leave a comment.