vscode markdown使用 Snappit
打开settings.jsonsettings.json文件,添加如下配置:
"[markdown]": {
"editor.formatOnSave": true,
"editor.renderWhitespace": "all",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.acceptSuggestionOnEnter": "on"
}
不用重启,直接可用。
如果文章有帮助到您,请点个赞,您的反馈会让我感到文章是有价值的