vscode插件-HTML CSS Support:如何配置

vscode插件-HTML CSS Support:如何配置

我的settings.json配置如下:

[ "editor.parameterHints": true, "editor.quickSuggestions": { "other": true, "comments": true, "strings": true }, ]

不能提示多个属性值的属性,如:border:1px solid #FFFFFF;Solid 属性不提示。如何设置属性值像webstorm一样自动提示空格。CTRL+space 对我来说也不行。

相关内容