editor.minimap.renderCharacters: false
记得第一次使用vscode的时候,那时候还没有UI设置编辑器...
workbench.settings.editor: 'json', workbench.settings.useSplitJSON: true
一个插件: macros
一句配置:
"macros": { "comma": [ // 末尾加逗号并新加一行 "cursorLineEnd", { "command": "type", "args": { "text": "," } }, "editor.action.insertLineAfter" ] }
一个快捷键:
平时好像也没有按了左括号不需要右括号的情况~~
"editor.autoClosingBrackets": "always", "editor.autoClosingQuotes": "always",
类似up颜色代码时显示按键和高亮鼠标的功能
搜索Screencast
然后绑定快捷键:
更多编程相关知识,请访问:编程教学!!
以上就是几个你应该知道的vscode配置和键绑定的详细内容,更多请关注其它相关文章!