方法:首先安裝“html css Support”;然后打開頁(yè)面底部的“管理”-“設(shè)置”;接著點(diǎn)擊“工作臺(tái)”,找到并點(diǎn)擊“在settings.json中編輯”選項(xiàng);最后在文件里輸入“editor.parameterHints”等代碼即可。
本教程操作環(huán)境:windows7系統(tǒng)、Dell G3電腦、Visual Studio Code 1.53.2版。
安裝html css Support
打開
添加代碼
“editor.parameterHints”: true, “editor.quickSuggestions”: { “other”: true, “comments”: true, “strings”: true}`
推薦學(xué)習(xí):《vscode教程》