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.
Not so in Pharo: clicking on a class always displays its definition. Is there a way to get this behavior? Greetings Raffaello