aas
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 | { // 语法参考: https: //code .visualstudio.com /docs/editor/userdefinedsnippets "绿色字体" : { "prefix" : "f-g" , "body" : [ "<font color=green>${TM_SELECTED_TEXT:0}</font>" ] }, "红色字体" : { "prefix" : "f-r" , "body" : [ "<font color=red>$0</font>" ] }, "黄色字体" : { "prefix" : "f-y" , "body" : [ "<font color=yellow>$0</font>" ] }, "蓝色字体" : { "prefix" : "f-b" , "body" : [ "<font color=blue>$0</font>" ] }, "高亮提示" : { "prefix" : "hl" , "body" : [ "<span style=\"background-color:${1|#2e74ff1a ,#00a6691a ,#ff8d191a|} ;font-size:14px; color:${2|#2e74ff,#00a669,#ff8d19|}; padding:6px;border-radius:5px;\">${3:文本}</span>" ], "description" : "高亮提示" }, "错误提示" : { "prefix" : "error" , "body" : [ "<span style=\"background-color:#f32000 ;font-size:14px; color:#fbfbfb; padding:6px;border-radius:5px;\">${1:文本}</span>" ], "description" : "高亮提示" }, "横线" : { "prefix" : "ll" , "body" : [ "<hr/>" ] }, "块1" : { "prefix" : "块" , "body" : [ "`$0`" ] }, "块2" : { "prefix" : "bb" , "body" : [ "> $0" ] }, "块3" : { "prefix" : "b2" , "body" : [ "> > $0" ] }, "链接🔗" : { "prefix" : "src" , "body" : [ "[$0]($0)" ] }, "图片" : { "prefix" : "img" , "body" : [ "" ] }, "html代码块" : { "prefix" : "html" , "body" : [ "```html" , " $0" , "```" ] }, "js代码块" : { "prefix" : "js" , "body" : [ "```js" , " $0" , "```" ] }, "json代码块" : { "prefix" : "json" , "body" : [ "```json" , " $0" , "```" ] }, "java代码块" : { "prefix" : "java" , "body" : [ "```java" , " $0" , "```" ] }, "python代码块" : { "prefix" : "py" , "body" : [ "```python" , " $0" , "```" ] }, "bash代码块" : { "prefix" : "bash" , "body" : [ "```bash" , " $0" , "```" ] }, "center" : { "prefix" : "center" , "body" : [ "<center>$0</center>" ] }, "标题" : { "prefix" : "main" , "body" : [ "## <center>$0</center>" ] }, "一级列表" : { "prefix" : "l1" , "body" : [ "- 1.$0" , "- 2." , "- 3." ], "description" : "一级列表" }, "二级列表" : { "prefix" : "l2" , "body" : [ "- 1、$0" , " - 1.1" , " - 1.2" , " - 1.3" , "- 2、" , " - 2.1" , " - 2.2" , " - 2.3" , "- 3、" , " - 3.1" , " - 3.2" , " - 3.3" ], "description" : "二级列表" }, "三级列表" : { "prefix" : "l3" , "body" : [ "- 1、$0" , " - 1.1" , " - 1.1.1" , " - 1.1.2" , " - 1.2" , " - 1.2.1" , " - 1.2.2" , " - 1.3" , " - 1.3.1" , " - 1.3.2" , "- 2、" , " - 2.1" , " - 2.1.1" , " - 2.1.2" , " - 2.2" , " - 2.2.1" , " - 2.2.2" , " - 2.3" , " - 2.3.1" , " - 2.3.2" , "- 3、" , " - 3.1" , " - 3.1.1" , " - 3.1.2" , " - 3.2" , " - 3.2.1" , " - 3.2.2" , " - 3.3" , " - 3.3.1" , " - 3.3.2" ], "description" : "三级列表" }, "四级列表" : { "prefix" : "l4" , "body" : [ "- 1、$0" , " - 1.1" , " - 1.1.1" , " - 1.1.1.1" , " - 1.1.1.2" , " - 1.1.2" , " - 1.1.2.1" , " - 1.1.2.2" , " - 1.2" , " - 1.2.1" , " - 1.2.1.1" , " - 1.2.1.2" , " - 1.2.2" , " - 1.2.2.1" , " - 1.2.2.2" , " - 1.3" , " - 1.3.1" , " - 1.3.1.1" , " - 1.3.1.2" , " - 1.3.2" , " - 1.3.2.1" , " - 1.3.2.2" , "- 2、" , " - 2.1" , " - 2.1.1" , " - 2.1.1.1" , " - 2.1.1.2" , " - 2.1.2" , " - 2.1.2.1" , " - 2.1.2.2" , " - 2.2" , " - 2.2.1" , " - 2.2.1.1" , " - 2.2.1.2" , " - 2.2.2" , " - 2.2.2.1" , " - 2.2.2.2" , " - 2.3" , " - 2.3.1" , " - 2.3.1.1" , " - 2.3.1.2" , " - 2.3.2" , " - 2.3.2.1" , " - 2.3.2.2" , "- 3、" , " - 3.1" , " - 3.1.1" , " - 3.1.1.1" , " - 3.1.1.2" , " - 3.1.2" , " - 3.1.2.1" , " - 3.1.2.2" , " - 3.2" , " - 3.2.1" , " - 3.2.1.1" , " - 3.2.1.2" , " - 3.2.2" , " - 3.2.2.1" , " - 3.2.2.2" , " - 3.3" , " - 3.3.1" , " - 3.3.1.1" , " - 3.3.1.2" ] } } |
## 希望内容对你有帮助,如果有错误请联系我 q: 1911509826,感谢支持
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· DeepSeek 开源周回顾「GitHub 热点速览」
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了