Skip to content

Proposal: code navigation (WIP)

Jan Mollowitz edited this page Apr 30, 2017 · 9 revisions

Possible functionalities

  • jump to parent class/interfaces from anywhere in current class: done
  • List closest implementing/extending classes|interfaces of current class|interface: done for classes
  • List missing implementations if extending abstract class | implementing interface(s)

API

There should be a generic response format so different applications like vim/sublime/xyz can process the response.

For implementing/extending classes:

  • List of candidates
    • file
    • FQCN

Missing abstract|interface methods:

  • Method signature
Clone this wiki locally