1

Do any Delphi IDE versions provide functionality that gives the total line count and file count of a given project group (or at least of a single project)?

If no, are there any IDE add-on tools that add this feature?

Fabrizio
  • 7,603
  • 6
  • 44
  • 104
  • Noticed "information for [project]" in project menu? – Sertac Akyuz Oct 24 '16 at 18:03
  • @SertacAkyuz: I checked if it was what I was looking for but it's always disabled, I've updated the question by adding this information. – Fabrizio Oct 25 '16 at 06:31
  • 2
    Have you tried to compile\build the project, and after that check for "Information for project"? – RBA Oct 25 '16 at 07:54
  • @RBA: You're right, now I've noticed that these informations are discarded each time the IDE is closed or another project is compiled/built. – Fabrizio Oct 25 '16 at 09:37

2 Answers2

2

The menu "Information for [project]" will be available as soon as a project is compiled/built.

Another way is to enable Show compiler progress.

You can set it in Tools/Options/Environment options.

LU RD
  • 34,438
  • 5
  • 88
  • 296
2

That information will be available after you'll compile/build your project. Take a look at Information for Project

More in depth informations about LoC(lines of code) you can find on this SO post LoC (lines of code) metrics for Delphi?

Community
  • 1
  • 1
RBA
  • 12,337
  • 16
  • 79
  • 126