添加 路径转换 快捷键命令绑定;更新 CHANGELOG.md
This commit is contained in:
21
package.json
21
package.json
@@ -52,6 +52,27 @@
|
||||
"arrowKey": "]"
|
||||
},
|
||||
"when": "editorTextFocus"
|
||||
},
|
||||
{
|
||||
"command": "variable-conversion.convertPath",
|
||||
"key": "shift+alt+/",
|
||||
"when": "editorTextFocus"
|
||||
},
|
||||
{
|
||||
"command": "variable-conversion.cyclicConvertPath.previous",
|
||||
"key": "ctrl+alt+shift+/",
|
||||
"args": {
|
||||
"direction": "<-"
|
||||
},
|
||||
"when": "editorTextFocus"
|
||||
},
|
||||
{
|
||||
"command": "variable-conversion.cyclicConvertPath.next",
|
||||
"key": "ctrl+alt+/",
|
||||
"args": {
|
||||
"direction": "->"
|
||||
},
|
||||
"when": "editorTextFocus"
|
||||
}
|
||||
],
|
||||
"commands": [
|
||||
|
||||
Reference in New Issue
Block a user