Which IDE can detect method1 from class1 object by inheritance?
I am beginning CakePHP, but I need IDE for detect method of class that have 2 level exten开发者_如何学Cds.
I need IDE that detect method1 from class1 object.
NetBeans replaces the line number of method declarations with an indicator when a method is either overriding a method in another class or overridden by a method in another class.
Clicking it takes you to the line of the indicated method declaration in the other class.
See here and here for some good tips on getting Netbeans to recognise relations nicely.
精彩评论