These features ( Go To Implementation / Go To Inheritor ) are provided by JetBrains PHPStorm, and they makes DX way much better specially when dealing with a large OOP code base.
hh_client is fully capable of listing inheritance ancestors, and children, using --inheritance-ancestor*, and --inheritance-children modes , which could be used to implement those features.
These features ( Go To Implementation / Go To Inheritor ) are provided by JetBrains PHPStorm, and they makes DX way much better specially when dealing with a large OOP code base.
hh_client
is fully capable of listing inheritance ancestors, and children, using--inheritance-ancestor*
, and--inheritance-children
modes , which could be used to implement those features.