March 14, 2017
1:02 p.m.
On 14 Mar 2017, at 13:56, Raffaello Giulietti <raffaello.giulietti@lifeware.ch> wrote:
Hi,
here's a situation I'm facing quite often: I'm reading the code of a method in the browser and need to see how the method with the same selector looks like in another class (in particular, in the same class hierarchy). In some IDEs, it's simply a matter of selecting another class. If such a method exists, it is displayed.
For the class hierarchy, you can clock on the arrow on the left to jump to the method that up or down in the class hierarchy. Marcus