Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for "Go to Super/Base" (similar to Go to Implementation) #47126

Closed
DanTup opened this issue Apr 3, 2018 · 1 comment
Closed

Add support for "Go to Super/Base" (similar to Go to Implementation) #47126

DanTup opened this issue Apr 3, 2018 · 1 comment
Assignees
Labels
api editor-symbols definitions, declarations, references feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Milestone

Comments

@DanTup
Copy link
Contributor

DanTup commented Apr 3, 2018

IntelliJ supports both "Go to Super Method" and "Go to Implementation":

https://www.jetbrains.com/help/idea/navigating-to-super-method-or-implementation.html

As far as I can tell, Code currently only has the latter so the former has to just be a custom command (which means it may be implemented inconsistently, have inconsistent keybindings, etc.). It'd be better if we could register a SuperProvider (!) to provide this.

(It's possible this has been asked for, but trying to search the issues for super returns hundreds of results because people like to use that word!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api editor-symbols definitions, declarations, references feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

3 participants
@DanTup @jrieken and others