Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Analyzing Code Metrics e.g. LOC
Permanently deleted user
Created
Hello,
Wondering if IntelliJ can report the number of lines of code in a project / under a particular directory. Has anyone done this or something similar to this?
Check out the MetricsReloaded plugin, available via the Plugin Manager. It does supports over 200 code metrics, including many different sorts of line counting, sliced and diced by method, class, package, module, or project, and with pretty charts and graphs if you're into that sort of thing. Let me know if you have any issues with it.
Check out the MetricsReloaded plugin, available via the Plugin Manager. It does supports over 200 code metrics, including many different sorts of line counting, sliced and diced by method, class, package, module, or project, and with pretty charts and graphs if you're into that sort of thing. Let me know if you have any issues with it.
--Dave Griffith
Thanks for the re-direct. I will be checking that out in depth this week.
-Fred