... why not include a line counter? Several comilers are showing how many lines my code has - PellesC not. It is not really important, but informative.
Source code metrics, cyclomatic complexity, and stuff like that, can sometimes be useful - but I don't think it's generally useful enough to be part of the "core" package. It should probably be implemented as an add-in. It has been an idea for a long time, but other things have been (so far) more important...
... why not a 'function tree' function, where i can see which function calls which other function(s)? (For those people who hate drawing plans of their programs like me)
Also useful, and probably also as an add-in. Drawing the tree, especially a large one, isn't exactly trivial...
Pelle