0

I am using IDEA 2016.3 and I would like to get some statistics on a Java project, like Lines-of-Code. How can I do it? I found nothing at all while browsing IDEA's menu. Some older questions said the View->Tool Windows -> Statistics but I don't have a Stats option there.

szab.kel
  • 2,356
  • 5
  • 40
  • 74

1 Answers1

1

Install the Metrics Reloaded plugin from the plugin repository: https://plugins.jetbrains.com/plugin/93?pr=idea

yole
  • 92,896
  • 20
  • 260
  • 197
  • 1
    You could also try this one: https://plugins.jetbrains.com/plugin/?idea&id=4509 I think it faster to use - just go to new tab at bottom. – mdziob Jul 20 '16 at 11:21