打开vscode,在软件界面左下角找到“齿轮”标志并点击,在弹出的菜单中选择“设置”,把下面的代码添加到设置里。
ps:这是json格式,请注意格式填写
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
打开vscode,在软件界面左下角找到“齿轮”标志并点击,在弹出的菜单中选择“设置”,把下面的代码添加到设置里。
ps:这是json格式,请注意格式填写
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
本文标题:vscode让html行间样式(style样式)代码提示
本文链接:https://www.haomeiwen.com/subject/hlvxixtx.html
网友评论