Add lsp_symbol_references shortcut

This commit is contained in:
László Károlyi 2022-12-16 12:43:46 +01:00
parent 76f865266a
commit ff0d8b1b87
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
1 changed files with 14 additions and 0 deletions

View File

@ -77,4 +77,18 @@
},
]
},
// Rename symbol
{
"command": "lsp_symbol_references",
"keys": [
"primary+alt+f"
],
"context": [
{
"key": "lsp.session_with_capability",
"operator": "equal",
"operand": "codeActionProvider"
},
]
},
]