-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
CallHierarchyService Plugin API #3765
Comments
some external links as well (to check also what will be vscode API) |
Issue eclipse-theia#3765 Signed-off-by: Thomas MÃder <[email protected]>
Issue eclipse-theia#3765 Signed-off-by: Thomas MÃder <[email protected]>
Issue eclipse-theia#3765 Signed-off-by: Thomas MÃder <[email protected]>
Issue eclipse-theia#3765 Signed-off-by: Thomas MÃder <[email protected]>
Issue eclipse-theia#3765 Signed-off-by: Thomas MÃder <[email protected]>
Issue eclipse-theia#3765 Signed-off-by: Thomas Mäder <[email protected]> Signed-off-by: Victor Rubezhny <[email protected]>
Issue eclipse-theia#3765 Signed-off-by: Thomas Mäder <[email protected]> Signed-off-by: Victor Rubezhny <[email protected]>
Issue eclipse-theia#3765 Signed-off-by: Victor Rubezhny <[email protected]> Signed-off-by: Thomas Mäder <[email protected]>
Issue eclipse-theia#3765 Signed-off-by: Victor Rubezhny <[email protected]> Signed-off-by: Thomas Mäder <[email protected]>
Issue eclipse-theia#3765 Signed-off-by: Victor Rubezhny <[email protected]> Signed-off-by: Thomas Mäder <[email protected]>
Issue #3765 Signed-off-by: Victor Rubezhny <[email protected]> Signed-off-by: Thomas Mäder <[email protected]>
Issue eclipse-theia#3765 Signed-off-by: Victor Rubezhny <[email protected]> Signed-off-by: Thomas Mäder <[email protected]>
Issue eclipse-theia#3765 Signed-off-by: Victor Rubezhny <[email protected]> Signed-off-by: Thomas Mäder <[email protected]>
@tsmaeder : It seems the PRs are closed, can we also cllose this issue? |
No, we've only implemented the "incoming calls" part ("callers"). We're missing the "outgoing calls" part ("callees"). See https://code.visualstudio.com/api/references/vscode-api#CallHierarchyProvider |
@tsmaeder According to the report https://eclipse-theia.github.io/vscode-theia-comparator/status.html |
Methinks @colin-grant-work has added the rest in this PR: https://github.com/eclipse-theia/theia/pull/9681/files. Good to close, afaic. |
Theia has a widget that shows the call hierarchy of a methods. Currently, there is a single implementation for Typescript. In order to convert Typescript support to a plugin, we'll need to add a plugin API for call hierarchy.
IMO, the API should be:
CallHierarchyProvider would be based on the interface CallHierarchyService in the callhierarchy pacakge.
The text was updated successfully, but these errors were encountered: