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

Test Call Hierarchy Viewlet #85924

Closed
2 tasks done
jrieken opened this issue Dec 2, 2019 · 0 comments
Closed
2 tasks done

Test Call Hierarchy Viewlet #85924

jrieken opened this issue Dec 2, 2019 · 0 comments

Comments

@jrieken
Copy link
Member

jrieken commented Dec 2, 2019

Refs: #83274, #83419

Complexity: 3

In addition to "Peek Call Hierarchy" there is now also "Show Call Hierarchy". Use a sample call hierarchy extension, like https://github.com/jrieken/demo-callhierarchy or https://github.com/microsoft/vscode-extension-samples/tree/master/call-hierarchy-sample and test that:

  • the context menu has 'Peek > Peek Call Hierarchy' and 'Show Call Hierarchy'
  • the viewlet and peek view show the same data
  • the viewlet uses the same space as Find All References and Find All Implementations
  • the viewlet has a unified history for all "data sources"
  • call hierarchy results are highlighted in the editor when active
  • the viewlet allows to toggle the "directions" (caller of vs. calls from)
  • the viewlet allows to restart itself at any node
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants