Apex call hierarchy support

Issue #692 resolved
Phil W created an issue

When selecting a method in an Apex Class (e.g. a global abstract method) I can "Find Usages" but I am not able to view the "Call Hierarchy". Being able to see the Call Hierarchy as one can for Java would be very helpful.

Comments (7)

  1. Scott Wells repo owner

    Delivered in 2.0.0.8 along with type hierarchy support. I'll add method hierarchy in a near-term build as well, but there were some bug fixes that needed to go out sooner-rather-than-later.

  2. Scott Wells repo owner

    Right now it fully supports both Apex methods and property read/write accessors. In the future I'm planning to add support for triggers via DML operators and calls to Database.<dmlOperator>() methods as well as external invocations from things like Visualforce and Lightning.

  3. Scott Wells repo owner

    Full Apex method/property support is now available in 2.0.0.8. Let me know how it's working for you after updating.

  4. Log in to comment