-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Shortcut for Peek Call Hierarchy #113184
Comments
The command is called |
|
@jrieken can you specify the 'condition' that can be set in keybinding to call this 'peek' action, I tried this name but it keep calling the 'show call hierarchy' with UI in the sidebar 😢 |
@jrieken I confirm it doesn't work, you can also check from your side though |
Please paste the keybindings that you are using/trying |
@jrieken when I press |
The command is still called What makes you think the command is called |
@jrieken the thing is when I call |
Having this in keybinding.json just works for me {
"key": "shift+alt+h",
"command": "editor.showCallHierarchy",
"when": "editorHasCallHierarchyProvider && editorTextFocus && !inReferenceSearchEditor"
} |
@jrieken I confirm this worked the way I expected. Thank you for your patience |
I can not set a shortcut for peek Hierarchy Call, can you consider making it available? thanks.
The text was updated successfully, but these errors were encountered: