This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C++: Source browser wish list (identify unused class stuff)

Hi,
to efficiently find unused functions, the source browser is generally very useful - just only for C code.

For C++ code, this gets very tedious, as:
- C++ member functions are not displayed as "Functions", but as "Types" (together with a tremendous amount of "other things").
- The classname is NOT shown in the browser list.

It would be VERY useful, if the C++ class functions would be included in the browser as function, e. g. written ClassName::FunctionName (for function FunctionName in class ClassName).

Then I could sort by reference, and check any function which has only 1 or 2 references ... .

With the current sorting in the types field, it is nearly impossible to sort out functions with only 1 or 2 references.

The same applies to class data members - thes also should be displayed as "Data", and not as "Types".