Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Go-to-overriden-method #29

Open
jgiles opened this issue Aug 12, 2014 · 0 comments
Open

Go-to-overriden-method #29

jgiles opened this issue Aug 12, 2014 · 0 comments

Comments

@jgiles
Copy link
Contributor

jgiles commented Aug 12, 2014

We should provide an easy way to jump to an overriden method from the overriding method.

Though we could add this as a new type of request, it would be much better to do it in a client-independent manner. The easiest way to do this would probably be to catch go-to-definition calls in @override annotations, much like we want to within type strings (#28).

A definition request with a location inside an @override tag would return the definition location of the method up the prototype chain of the class.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant