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?
Please sign in to leave a comment.
Hello, there's no such functionality in IDEA, but maybe you can use IDEA's scripting console or create a plugin.