Vscode中vue项目中无法对js进行提示

只需要在设置中添加如下代码,亲测可行

"editor.parameterHints": true,
  "editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
  }

 

posted @ 2018-05-18 12:15  heyushuo  阅读(12381)  评论(1编辑  收藏  举报