Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Statistic plugin for IntelliJIDEA

I am trying to count the lines of code in my project in IntelliJIDEA. From this I saw that Statistic plugin is good for that. But I do not know how to use it. Can someone tell me that please? Please direct me to documentation if there is.

like image 687
harsh Avatar asked Sep 02 '14 08:09

harsh


1 Answers

You should click View -> Tool Windows -> Statistic and in the bottom of IDE you have something like this.this

You may also consider using standalone tools such as cloc

like image 121
Marcin Szymczak Avatar answered Oct 31 '22 11:10

Marcin Szymczak