Vscode LSP补全

Vsocde Task Documents

Markdown 与一些代码补全问题

  • 打开VScode的setting.json在[markdown]下新增或修改editor.quickSuggestions即可:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    
    {
        "[markdown]": {
            "editor.quickSuggestions": {
                "other": "on",
                "comments": "on",
                "strings": "on"
            },
        }
    }
Thank for your reading~(just额,reward for FixIt auther)
支付宝支付宝
微信微信
0%