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

Implement "Open Call Hierarchy" #650

Closed
BuZZ-dEE opened this issue Sep 26, 2018 · 4 comments
Closed

Implement "Open Call Hierarchy" #650

BuZZ-dEE opened this issue Sep 26, 2018 · 4 comments

Comments

@BuZZ-dEE
Copy link

Currently it is only possible to get the references of a function. I would like to see the call hierarchy of a method etc.

@hak33m16
Copy link

There is officially an available call hierarchy view in VS Code now: https://code.visualstudio.com/updates/v1_33#_call-hierarchy

This is a really critical development feature for a lot of people, and for me is probably the major reason that I can't use VS Code as my sole IDE. Any progress towards implementing it would really help consolidate peoples' development toolset.

@testforstephen
Copy link
Collaborator

Actually the call hierarchy view mentioned in VS Code v1.33 is just a preview, it's proposed api, not exposed to third-party extension yet. Currently VS Code team is trying to make the call hierarchy api stable, and it's in their October iteration plan. Once VS Code client is officially ready for this feature, we would like to support it in the first place. Please stay tuned.

@langlan
Copy link

langlan commented Nov 30, 2019

For now Peek/Find All References will do some help, but it only worked for project files, not for dependency library. Is there any possibilities to enhance it with library files before the true call hierarchy feature?

@fbricon fbricon added this to the Mid December 2019 milestone Dec 18, 2019
@fbricon
Copy link
Collaborator

fbricon commented Dec 18, 2019

Fixed with eclipse-jdtls/eclipse.jdt.ls#1306 and #1194, thanks to @kittaakos and @testforstephen

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

No branches or pull requests

5 participants