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.
Asked
Active
Viewed 1.1k times
1 Answers
30
You should click View -> Tool Windows -> Statistic
and in the bottom of IDE you have something like this.
You may also consider using standalone tools such as cloc

Marcin Szymczak
- 11,199
- 5
- 55
- 63
-
Is there a way to show file.txt? Same as the Java files. – powder366 Dec 17 '16 at 09:08