Shows project statistic. This plugin shows files sorted by their extension along with size, line count LOC etc. User can select (Project/Module/Package/File) scope using the 'Refresh on selection' button. (This plugin requires Java 1.8)
Recent change notes
fixed: Typo in 'directories'. fixed: Link to JetBrains plugin page.
General usage instructions
- 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;...)
Note:
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