Get stats for lines of code
There used to be plugins for this (like PHPStats - SLOC Counter) but I can't find anything that works with PHP Storm 8.
I want to be able to check the lines of code if a project, and rather if I could just select the files to be included.
Anytone kknow of a way to do this in PHP Storm 8?
Please sign in to leave a comment.
Hi there,
I may only suggest using PHPLOC and run it from PhpStorm via External Tools functionality.
I know this is an old question, but if you are running Linux you open the terminal at the bottom of PhpStorm and type:
It will output your total lines of code in each file and total overall for you.