参考博客
排除掉语法错误,还需要配置 setting.json
"[markdown]": {
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.acceptSuggestionOnEnter": "on"
}
vscode markdown文件 Snippet 不生效
阅读 65
2022-04-02
参考博客
排除掉语法错误,还需要配置 setting.json
"[markdown]": {
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.acceptSuggestionOnEnter": "on"
}
相关推荐
精彩评论(0)