http://plugins.netbeans.org/plugin/68189/line-counter
It’s NetBeans Plugin tool that counts the number of lines in the source files. it counts lines in all source files that are in a folder.
NetBeans IDE 8.1
- It counts all source files that are supported in a folder.
- It checks each sub-directory in a main folder looking for source files to count their lines.
- Print out the result with the name of the folder that is scanned and the name of the source file that is counted and the number of lines
- Print out the total number of lines.
- The only source files that are supported for now: .java .xhtml .cpp .sql .c .php
you can install it from Plugin Portal: http://plugins.netbeans.org/plugin/68189/line-counter
After install the Plugin it shows in Explorer side (left side). You can find it also in: Window > LineCounter