美文网首页
vscode 常用插件&配置

vscode 常用插件&配置

作者: SheldonYu | 来源:发表于2018-06-27 17:35 被阅读20次
Snip20180627_21.png

用户设置

{
    "workbench.iconTheme": "vscode-icons",
    "sublimeTextKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true,
    "workbench.colorTheme": "Monokai",
    "eslint.validate": [
        "javascript",
        "javascriptreact",
        {
            "language": "vue",
            "autoFix": true
        },
        {
            "language": "html",
            "autoFix": true
        },
    ],
    "eslint.autoFixOnSave": true,
    "javascript.format.enable": false,
    "powermode.enabled": true,
    "window.zoomLevel": 0,
}

相关文章

网友评论

      本文标题:vscode 常用插件&配置

      本文链接:https://www.haomeiwen.com/subject/ncriyftx.html