José,
The code finder does not display CLASS METHOD Names.
Would it be possible to include Class - Interface - Method Name in the code finder? I have a ClassLib that has the same method names in a couple of different classes and there is no way to tell which is which in the codefinder
James
Maybe storing the name of the last interface found and assuming that the the next methods found belong to it. The class is more problematic, because the method can belong to an interface declaration, not to a class. What is out of question is to have to search backwards for each method or property found. It would make the process too slow.