参考博客
排除掉语法错误,还需要配置 setting.json
"[markdown]": {
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.acceptSuggestionOnEnter": "on"
}
微信扫一扫
参考博客
排除掉语法错误,还需要配置 setting.json
"[markdown]": {
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.acceptSuggestionOnEnter": "on"
}
相关推荐