Number of code lines, comment lines, and empty lines
Given a JavaScript file, for intance the jQuery Core file: http://code.jquery.com/jquery-1.6.2.js which consists of 8981 lines, if I load this file in WebStorm, is there anywhere information about how many
(1) lines of code
(2) comment lines
(3) empty lines
there are?
Obviously:
(1) + (2) + (3) = 8981
So, does WebStrom provide this information? If not, please do implement this !
Please sign in to leave a comment.
phpStorm does show the line count in the bottom status bar. eg: 14:31 31 is the line count 14 the position of the cursor.
What I use beyhond that is a command line tool Cloc http://cloc.sourceforge.net/
Hello Jeff,
Please create a feature request - http://youtrack.jetbrains.net/issues/WI#newissue=yes
Thank you for feedback!
There is a relevant plugin for the platform
http://plugins.intellij.net/plugin/?idea&id=4509
But its currently incompatible with all but IDEA IDEs.
You try pinging the author for a compatible update.
That's really useful, thanks!
Did you create a feature request? I couldn't find it in YouTRACK...