Is there any way I can view the total lines of code in each java class in my project?
Looking for something like this for Android Studio.
Jetbrain's statistics plugin is counting only .java files. It is not accurate for getting android app source line of code.
We can use locmatrics for this.
http://www.locmetrics.com/
This will return loc for all the entered extensions.
Please set a valid output directory while checking this. Otherwise garbage files will be generated inside source directory