-
Notifications
You must be signed in to change notification settings - Fork 30
Proposal: code navigation (WIP)
Jan Mollowitz edited this page Apr 30, 2017
·
9 revisions
- 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)
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