slackhq / vscode-hack

Hack language & HHVM debugger support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pranayagarwal.vscode-hack
MIT License
76 stars 38 forks source link

[feature request] Go to Derived Symbols / Go to Implementation #59

Open azjezz opened 5 years ago

azjezz commented 5 years ago

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.