Markdown 补全

Markdown 补全

👹

  1. 按ctrl+shift+p
    输入settings.json
    打开settings.json文件

🥝请留意是user那个🥝

  1. 在出现の大括号内添加如下并保存
    1
    2
    3
    ,"[markdown]":  {
    "editor.quickSuggestions": true
    }

🥝请留意[]前边的逗号🥝

  1. 文件👉首选项👉用户片段 输入markdown
    加入常用的html标签以及触发词,如下
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    {
    "font-red": { //名字
    "prefix": "red", // 设置的模板缩写
    "body":
    "<font color='red'>$1</font>$2",
    //模板内容,$1表示第一个光标位置,按tab光标会移动到$2,$0是最后光标位置
    "description": "红色字体" //模板描述
    },
    "Print to console": {
    "prefix": "end",
    "body": [
    "## END ",
    " ",
    "阿拉丁~神灯",
    " ",
    "<div>",
    " <img alt=\"GIF\" src=\"https://springbird.oss-cn-beijing.aliyuncs.com/img/mmqrcode1632325540724.png\" width=\"280px\" />",
    " <img alt=\"GIF\" src=\"https://springbird.oss-cn-beijing.aliyuncs.com/img/qrcode_for_gh_cead8e1080d6_344.jpg\" width=\"280px\" />",
    "</div>"
    ],
    "description": "end output"
    }
    }
作者

发布于

2022-07-11

更新于

2023-07-07

许可协议