One minute
Vscode不提示css的设置
问题: html或php里style不自动提示css
解决: settings.json里添加
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
One minute
问题: html或php里style不自动提示css
解决: settings.json里添加
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},