首页 专题 文章 代码 归档

【Snippet】无道个人IDE的Snippet片段

1. Vscode

1、console.log

"Console Info": {
  "prefix": "csl",
  "body": [
    "console.log($1);"
  ],
  "description": "Console Info"
}

2、Arrow Function

"Arrow Function": {
    "prefix": "af",
    "body": [
        "($1) => {",
        "    $0",
        "}"
    ],
    "description": "Arrow Function"
},
此文阅读完毕,您可以:分享
二维码图片 扫描关注我们哟