【发布时间】:2022-11-21 01:20:22
【问题描述】:
我想更改加载有 [! + tab] 或 [ctrl + space]
当我按下 [!标签]:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
我想将其设置为例如:
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<title>Document</title>
</head>
<body>
</body>
</html>
我试着查看 html sn-ps 参数,但没有找到任何东西。
【问题讨论】:
-
这回答了你的问题了吗? How to edit existing VS Code Snippets