VSCode里面HTML添加CSS时没有提示

看到知乎上的回答,vscode修改设置的:

"editor.parameterHints": true,
  "editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
  }
PS:可惜写样式的时候只能按照顺序往后加,如果写了一个之后样式之后,再往前写就没有提示了

转载于:https://www.cnblogs.com/su20110702048/p/7170719.html