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?
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?
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.
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?