Add lsp_symbol_references shortcut
This commit is contained in:
parent
76f865266a
commit
ff0d8b1b87
1 changed files with 14 additions and 0 deletions
|
@ -77,4 +77,18 @@
|
|||
},
|
||||
]
|
||||
},
|
||||
// Rename symbol
|
||||
{
|
||||
"command": "lsp_symbol_references",
|
||||
"keys": [
|
||||
"primary+alt+f"
|
||||
],
|
||||
"context": [
|
||||
{
|
||||
"key": "lsp.session_with_capability",
|
||||
"operator": "equal",
|
||||
"operand": "codeActionProvider"
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue