[vscode]md文件無法使用snippets

problem

vscode的md文件無法使用snippets

解決辦法

打開settting.json
~/Library/Application Support/Code/User/settings.json

在文件最後添加下面配置

"[markdown]": {
    "editor.quickSuggestions": {
        "other": true,
        "comments": true,
        "strings": true,
    },
    "editor.acceptSuggestionOnEnter": "on"
},
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章