How to get source code line count
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
How to get source code line count
How can I get the source code line count of a workspace?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to get source code line count
Hi,
I am not sure what are you referring to .. can you please elaborate?
Eran
I am not sure what are you referring to .. can you please elaborate?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
Re: How to get source code line count
Not all IDEs provide it natively by default, most are by plugin, but some ability to right-click on a file, project or workspace container and choose "Statistics..." or something which shows the number of source code lines contained within.eranif wrote:I am not sure what are you referring to .. can you please elaborate?
It would go through and count source code line totals, comment lines, blank lines, etc., and give the results.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to get source code line count
Ah, nice idea, but codelite does not have this feature availablefoxmuldr wrote:It would go through and count source code line totals, comment lines, blank lines, etc., and give the results.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Guru
- Posts: 351
- Joined: Mon Oct 20, 2008 7:26 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
Re: How to get source code line count
Cccc was exactly what I was looking for. A very handy utility. Thanks!