问题: html或php里style不自动提示css

解决: settings.json里添加

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