时间:2019-05-04 来源:小程序工厂
C***:
找白鹭啊。
官方的工具是
https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html
情***:
官方工具快捷键太蛋疼了啊,不可以修改。 默认的ctrl不是合理的手感设计,另外节点高亮也没有会选中所有并高亮了所有。。
// 使用当前快捷键设置覆盖默认设置
[
{
"key": "alt+d",
"command": "editor.action.deleteLines",
"when": "editorFocus"
},
{
"key": "alt+w",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus"
},
{
"key": "alt+s",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+f",
"command": "editor.action.format",
"when": "editorTextFocus"
},
{
"key": "f7",
"command": "workbench.action.debug.stepOut",
"when": "inDebugMode"
},
{
"key": "alt+u",
"command": "cursorHome",
"when": "editorTextFocus"
},
{
"key": "alt+o",
"command": "cursorEnd",
"when": "editorTextFocus"
},
{
"key": "ctrl+j",
"command": "workbench.action.gotoLine"
},
{
"key": "f6",
"command": "workbench.action.debug.stepOver",
"when": "inDebugMode"
},
{
"key": "shift+s",
"command": "editor.action.insertLineAfter",
"when": "editorTextFocus"
},
{
"key": "shift+w",
"command": "editor.action.insertLineBefore",
"when": "editorTextFocus"
},
{
"key": "alt+n",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "f5",
"command": "workbench.action.debug.stepInto",
"when": "inDebugMode"
},{
"key": "shift+alt+r",
"command": "editor.action.rename",
"when": "editorTextFocus"
}
]
微信小程序上传代码失败+微信小程序教程