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.
Goto the link https://plugins.jetbrains.com/plugin/4509-statistic and install it.
Install plugin from official Jetbrains plugin site,
After installing, just click on the TAB "Statistic" at the bottom of the screen (left side),
Click "Refresh" button to run statistic for whole project,
Click "Refresh on selection" button to run statistic for selected directory,
Click "Settings" button to customize plugin behavior,
Adjust "Excluded file types" with all extensions which you want to remove from the statistic (e.g. class;jar;...),
Adjust "Seperate TABs file types" with all extensions which you want to have in separate tab (e.g. php;java;...),
Size - total size of the file,
Size Min - size of the smallest file of the given type,
Size Max - size of the biggest file of the given type,
Size Avg - average size of the file of the given type.