Acknowledged

VS Code extension: when dev hovers overridden method (e.g. getInitialView()), please provide info/link regarding the *parent* method

See title ^.

This would be very useful and appreciated.

  • e.g. If I override AppBase.getIinitialView(), hovering over that symbol only shows me information about the overridden method. It would be great if the hover info could also show a link to the documentation for the parent method.

    In contrast, if I hover over a symbol that's directly from the API, I see the API docs (of course) and I can also click on the symbol name in the hover info to open a link to the doc in the browser.