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

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

"editor.parameterHints": true,
  "editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
  }
PS:可惜写样式的时候只能按照顺序往后加,如果写了一个之后样式之后,再往前写就没有提示了
posted @ 2017-07-14 15:41  嘿你的益达  阅读(1636)  评论(0)    收藏  举报