user763539
user763539

Reputation: 3689

count all lines of code of an entire project group

Never thought about it before but is there an easy way to count all lines of code in a project? You can see how many lines of code there are in a single form but if you have hundreds its not an easy task.

Does RAD Studio have a feature to count the number of lines in your project?

Upvotes: 4

Views: 1903

Answers (1)

Sanders the Softwarer
Sanders the Softwarer

Reputation: 2496

Yes, there is a simple way. You can just build a project and you'll see total number of compiled lines. It's funny sometimes... say, when I built a release with exactly 666'666 total.

Make sure that 'Automatically close on successful compile' is unchecked otherwise the compile window may disappear too quickly. Or look under Project/Info right after the build.

Upvotes: 5

Related Questions