VS Code行內樣式提示插件


打開vscode,在軟件界面左下角找到“齒輪”標志並點擊,在彈出的菜單中選擇“設置”,把下面的代碼添加到設置里。

{
    "workbench.colorTheme": "Code Blue",
    "workbench.iconTheme": "vscode-icons",
    "easysass.compileAfterSave": true, 
    "easysass.formats": [ 
           {
               "format": "nested",
               "extension": ".css"
           },
           {
               "format": "nested",
               "extension": ".css"
           }
       ],
    "easysass.targetDir": "css/",
    "files.autoSave": "afterDelay",
    "git.path": "E:/Git/bin/git.exe",
    "git.confirmSync": false,
    "editor.fontWeight": "100",
    "json.format.enable": false,
    "editor.parameterHints": true,
    "editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true }
}

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM