您的位置:首页 > Web前端 > HTML

vscode html 代码补全

2018-02-14 14:24 239 查看
1,安装HTML CSS Support 插件

2,用户设置中添加如下代码:

“editor.parameterHints”: true, “editor.quickSuggestions”: { “other”: true, “comments”: true, “strings”: true }
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: