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