Skip to content

Commit

Permalink
Document the command for showing signature help (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlac authored Feb 3, 2022
1 parent ba668a0 commit 039b389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/keyboard_shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Refer to the [Customization section](customization.md#keyboard-shortcuts-key-bin
| Run Code Action | unbound | `lsp_code_actions`
| Run Source Action | unbound | `lsp_code_actions` (with args: `{"only_kinds": ["source"]}`)
| Run Code Lens | unbound | `lsp_code_lens`
| Signature Help | <kbd>ctrl</kbd> <kbd>alt</kbd> <kbd>space</kbd> | -
| Signature Help | <kbd>ctrl</kbd> <kbd>alt</kbd> <kbd>space</kbd> | `lsp_signature_help_show`
| Hover Popup | unbound | `lsp_hover`
| Toggle Diagnostics Panel | <kbd>ctrl</kbd> <kbd>alt</kbd> <kbd>m</kbd> | `lsp_show_diagnostics_panel`
| Toggle Log Panel | unbound | `lsp_toggle_server_panel`

0 comments on commit 039b389

Please sign in to comment.