Easy way to determine class where method is actually defined
When working with show inherited turned on, in a class with a large number of superclasses and methods, it can be difficult to determine on which class a given method is defined. Currently I either double click or use F12 to open a free standing m...