How to count lines of code (LOC) using IntelliJ IDEA?

title says all the pluses: - LUA development language - code version control system - Perforce (integrated with IntelliJ IDE)

+8
intellij-idea lua
source share
1 answer

You can enable the display of lines of code for a single file by right-clicking in the left gutter and highlighting "lines of code display". Or you can do it for the whole project by downloading the Statistic plugin. This is very nice because it shows LOC and other indicators for your entire project.

+17
source share

All Articles