vscode自定义代码块
Posted daV_chen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode自定义代码块相关的知识,希望对你有一定的参考价值。
vscode中设置自定义代码块
打开首选项,选择用户代码片段,打开后选择编程语言
选中后打开文件,按照格式编辑内容
"Print to console log": {
"prefix": "csl",
"body": [
"console.log(‘$1‘)"
],
"description": "log output to console"
},
以上是关于vscode自定义代码块的主要内容,如果未能解决你的问题,请参考以下文章