0
点赞
收藏
分享

微信扫一扫

vscode markdown文件 Snippet 不生效

我是芄兰 2022-04-02 阅读 65

参考博客
排除掉语法错误,还需要配置 setting.json

"[markdown]": {
    "editor.quickSuggestions": {
        "other": true,
        "comments": true,
        "strings": true
    },
    "editor.acceptSuggestionOnEnter": "on"
}    
举报

相关推荐

0 条评论