Is there any way to show which class a function belongs to in the function list?
On a few occasions I will edit files with a couple classes that overload one or a few functions from the parent class. They all do very little, so we keep them in the same file. The result is that I will see a number of functions in the list which all have the same name, making it hard to quickly find the function I am looking for.
On a few occasions I will edit files with a couple classes that overload one or a few functions from the parent class. They all do very little, so we keep them in the same file. The result is that I will see a number of functions in the list which all have the same name, making it hard to quickly find the function I am looking for.