Update options and key combinations
This commit is contained in:
parent
d65b794c97
commit
3c30d309a7
2 changed files with 8 additions and 6 deletions
|
@ -35,11 +35,11 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
// Code action
|
||||
// LSP hover by keycombination
|
||||
{
|
||||
"command": "lsp_code_actions",
|
||||
"command": "lsp_hover",
|
||||
"keys": [
|
||||
"super+."
|
||||
"super+.",
|
||||
],
|
||||
"context": [
|
||||
{
|
||||
|
@ -49,10 +49,11 @@
|
|||
},
|
||||
]
|
||||
},
|
||||
// Code action
|
||||
{
|
||||
"command": "lsp_hover",
|
||||
"command": "lsp_code_actions",
|
||||
"keys": [
|
||||
"alt+.",
|
||||
"super+/"
|
||||
],
|
||||
"context": [
|
||||
{
|
||||
|
@ -61,5 +62,5 @@
|
|||
"operand": "codeActionProvider"
|
||||
},
|
||||
]
|
||||
}
|
||||
},
|
||||
]
|
||||
|
|
|
@ -67,4 +67,5 @@
|
|||
/*"material_theme_contrast_mode": true,*/
|
||||
/*"material_theme_contrast_mode": true,*/
|
||||
/*"material_theme_contrast_mode": true,*/
|
||||
"preview_on_click": true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue