1. 程式人生 > >vscode html 程式碼補全

vscode html 程式碼補全

1,安裝HTML CSS Support 外掛
2,使用者設定中新增如下程式碼:
“editor.parameterHints”: true, “editor.quickSuggestions”: { “other”: true, “comments”: true, “strings”: true }