main
黄海 1 year ago
parent 4e730ee9a6
commit 6d101fc83e

@ -77,7 +77,6 @@
"body": "\\Leftarrow ", "body": "\\Leftarrow ",
"description": "向左的箭头" "description": "向左的箭头"
}, },
"leftright": { "leftright": {
"prefix": "dj", "prefix": "dj",
"body": "\\Leftrightarrow ", "body": "\\Leftrightarrow ",
@ -157,7 +156,7 @@
"prefix": "xh", "prefix": "xh",
"body": "①②③④⑤⑥⑦⑧⑨⑩", "body": "①②③④⑤⑥⑦⑧⑨⑩",
"description": "所有小圆圈序号" "description": "所有小圆圈序号"
}, },
"xqz": { "xqz": {
"prefix": "xqz", "prefix": "xqz",
"body": "⌊$1⌋", "body": "⌊$1⌋",
@ -364,6 +363,36 @@
"$\\Box $1 $" "$\\Box $1 $"
] ]
}, },
"一星": {
"prefix": "xing1",
"body": [
"★"
]
},
"二星": {
"prefix": "xing2",
"body": [
"★★"
]
},
"三星": {
"prefix": "xing3",
"body": [
"★★★"
]
},
"四星": {
"prefix": "xing4",
"body": [
"★★★★"
]
},
"五星": {
"prefix": "xing5",
"body": [
"★★★★★"
]
},
"Print to line number code": { "Print to line number code": {
"prefix": "cpp", "prefix": "cpp",
"body": [ "body": [
@ -379,15 +408,18 @@
"$\\overset{{\\frown}}{}$" "$\\overset{{\\frown}}{}$"
] ]
}, },
"矩阵":{"prefix":"jz","body": [ "矩阵": {
"$\\begin{bmatrix}", "prefix": "jz",
"& \\\\\\ ", "body": [
"& ", "$\\begin{bmatrix}",
"\\end{bmatrix}$" "& \\\\\\ ",
]}, "& ",
"最大值带下面的范围":{ "\\end{bmatrix}$"
"prefix":"mx", ]
"body":[ },
"最大值带下面的范围": {
"prefix": "mx",
"body": [
"$\\displaystyle \\max_{\\substack{v \\in son[u]}}$" "$\\displaystyle \\max_{\\substack{v \\in son[u]}}$"
] ]
} }

@ -30,4 +30,7 @@
"*.txt": true, "*.txt": true,
"*.xlsx": true "*.xlsx": true
}, },
"bitoAI.codeCompletion.enableAutoCompletion": true,
"bitoAI.codeCompletion.enableCommentToCode": true,
"editor.inlineSuggest.showToolbar": "always",
} }
Loading…
Cancel
Save